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 ed50845 commit 81014e4Copy full SHA for 81014e4
build.gradle
@@ -27,7 +27,6 @@ apply plugin: 'java-library'
27
apply plugin: 'net.researchgate.release'
28
29
group = 'com.github.sinwe.gradle.caching'
30
-version = '0.0.1-SNAPSHOT'
31
sourceCompatibility = 1.8
32
33
repositories {
gradle.properties
@@ -0,0 +1 @@
1
+version = '0.0.1-SNAPSHOT'
0 commit comments