File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- ./gradlew --recompile-scripts clean test uploadArchives
3+ ./gradlew --refresh-dependencies clean test uploadArchives
44
Original file line number Diff line number Diff line change 2121 * Project-specific settings. Unfortunately we cannot put the name in there!
2222 */
2323group = " com.github.java-json-tools" ;
24- version = " 1.2-SNAPSHOT " ;
24+ version = " 1.2" ;
2525sourceCompatibility = JavaVersion . VERSION_1_7 ;
2626targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
2727
2828/*
2929 * List of dependencies
3030 */
3131dependencies {
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" );
3333 compile(group : " com.google.code.findbugs" , name : " jsr305" ,
3434 version : " 2.0.1" );
3535 testCompile(group : " org.testng" , name : " testng" , version : " 6.8.7" ) {
You can’t perform that action at this time.
0 commit comments