File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- ./gradlew --recompile-scripts clean test uploadArchives
3
+ ./gradlew --refresh-dependencies clean test uploadArchives
4
4
Original file line number Diff line number Diff line change 21
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
22
*/
23
23
group = " com.github.java-json-tools" ;
24
- version = " 1.2-SNAPSHOT " ;
24
+ version = " 1.2" ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_7 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
27
27
28
28
/*
29
29
* List of dependencies
30
30
*/
31
31
dependencies {
32
- compile(group : " com.github.java-json-tools" , name : " btf" , version : " 1.3-SNAPSHOT " );
32
+ compile(group : " com.github.java-json-tools" , name : " btf" , version : " 1.3" );
33
33
compile(group : " com.google.code.findbugs" , name : " jsr305" ,
34
34
version : " 2.0.1" );
35
35
testCompile(group : " org.testng" , name : " testng" , version : " 6.8.7" ) {
You can’t perform that action at this time.
0 commit comments