Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit f16c9f9

Browse files
committed
remove unneeded section
1 parent f5ec961 commit f16c9f9

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

build.gradle

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,25 +97,6 @@ bintray {
9797
}
9898
}
9999

100-
publishing {
101-
publications {
102-
mavenJava(MavenPublication) {
103-
artifact sourcesJar
104-
artifact javadocJar
105-
from components.java
106-
groupId 'com.messente.verigator'
107-
artifactId 'verigator-java'
108-
version {
109-
name = version
110-
}
111-
}
112-
}
113-
114-
task execute(type:JavaExec) {
115-
main = System.getProperty('mainClass')
116-
classpath = sourceSets.main.runtimeClasspath
117-
}
118-
}
119100

120101
task sourcesJar(type: Jar) {
121102
from sourceSets.main.allSource
@@ -141,4 +122,3 @@ dependencies {
141122
compile 'org.threeten:threetenbp:1.3.5'
142123
testCompile 'junit:junit:4.12'
143124
}
144-

0 commit comments

Comments
 (0)