Skip to content

Commit 81014e4

Browse files
committed
Adding gradle.properties
1 parent ed50845 commit 81014e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ apply plugin: 'java-library'
2727
apply plugin: 'net.researchgate.release'
2828

2929
group = 'com.github.sinwe.gradle.caching'
30-
version = '0.0.1-SNAPSHOT'
3130
sourceCompatibility = 1.8
3231

3332
repositories {

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version = '0.0.1-SNAPSHOT'

0 commit comments

Comments
 (0)