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 26ee93f commit 999a728Copy full SHA for 999a728
build.gradle
@@ -10,8 +10,7 @@ apply plugin: 'project-report'
10
apply plugin: 'releaseNotes'
11
12
group = 'com.spidasoftware'
13
-//TODO REVERT TO 8.0.0-SNAPSHOT!!!
14
-version = '8.0.1-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
+version = '8.0.0-SNAPSHOT' // If you're changing the major version also change the currentVersion in ConverterUtils.
15
16
def schemaReleaseVersion = System.getenv("SCHEMA_RELEASE_VERSION")
17
if(schemaReleaseVersion){
0 commit comments