Skip to content

Commit db979f3

Browse files
committed
compile test
1 parent 5deef14 commit db979f3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'java'
2424
apply plugin: 'com.jfrog.bintray'
2525

2626
group 'com.stringcare'
27-
version '0.7'
27+
version '0.9'
2828

2929
sourceCompatibility = 1.8
3030

@@ -34,18 +34,14 @@ repositories {
3434
}
3535

3636
dependencies {
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

4643
install {
4744
repositories.mavenInstaller {
48-
// This generates POM.xml with proper parameters
4945
pom {
5046
project {
5147
packaging 'aar'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-Version: 1.0
2+
Main-Class: StringCare
3+

0 commit comments

Comments
 (0)