We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b2d0c commit 59a191bCopy full SHA for 59a191b
build.gradle
@@ -25,7 +25,7 @@ allprojects {
25
apply plugin: 'java'
26
apply plugin: 'maven'
27
group = 'com.google.cloud.buildartifacts'
28
- version = '1.1.1-SNAPSHOT'
+ version = '1.1.1'
29
sourceCompatibility = 1.8
30
targetCompatibility = 1.8
31
tasks.withType(JavaCompile) {
0 commit comments