We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3346d2 + 3e53bf6 commit bc3f7a0Copy full SHA for bc3f7a0
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.1-alpha-SNAPSHOT'
+ version = '0.9-alpha.4'
27
28
apply plugin: 'org.jetbrains.intellij'
29
intellij {
0 commit comments