File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply plugin: 'java'
2424apply plugin : ' com.jfrog.bintray'
2525
2626group ' com.stringcare'
27- version ' 0.7 '
27+ version ' 0.9 '
2828
2929sourceCompatibility = 1.8
3030
@@ -34,18 +34,14 @@ repositories {
3434}
3535
3636dependencies {
37- // Use the latest Groovy version for building this library
3837 compile ' org.codehaus.groovy:groovy-all:2.4.12'
3938 compile gradleApi()
40-
41- // Use the awesome Spock testing and specification framework
4239 testCompile ' org.spockframework:spock-core:1.0-groovy-2.4'
4340}
4441
4542
4643install {
4744 repositories. mavenInstaller {
48- // This generates POM.xml with proper parameters
4945 pom {
5046 project {
5147 packaging ' aar'
Original file line number Diff line number Diff line change 1+ Manifest-Version : 1.0
2+ Main-Class : StringCare
3+
You can’t perform that action at this time.
0 commit comments