We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67168fd commit 68eec93Copy full SHA for 68eec93
build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'project-report'
10
apply plugin: 'releaseNotes'
11
12
group = 'com.spidasoftware'
13
-version = '9.0.2-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
+version = '9.0.2-JAVA7' // If you're changing the major version also change the currentVersion in ConverterUtils.
14
15
def schemaReleaseVersion = System.getenv("SCHEMA_RELEASE_VERSION")
16
if(schemaReleaseVersion){
0 commit comments