We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8570138 + 17e2f37 commit d30d119Copy full SHA for d30d119
build.gradle
@@ -23,7 +23,7 @@ subprojects {
23
targetCompatibility = javaVersion
24
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
25
group = 'com.google.gct'
26
- version = '0.9-alpha.2-SNAPSHOT'
+ version = '0.9-alpha.2'
27
28
apply plugin: 'org.jetbrains.intellij'
29
intellij {
0 commit comments