Skip to content

Commit 96fbf6b

Browse files
authored
Merge pull request #5356 from square/jwilson.0812.no_application_plugin
Remove the application plugin from okcurl
2 parents f070df4 + db39fa4 commit 96fbf6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

okcurl/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
plugins {
2-
id "application"
3-
}
4-
51
apply plugin: 'com.vanniktech.maven.publish'
62
apply plugin: 'com.github.johnrengelman.shadow'
73

@@ -12,10 +8,6 @@ jar {
128
}
139
}
1410

15-
application {
16-
mainClassName = "okhttp3.curl.Main"
17-
}
18-
1911
// resources-templates.
2012
sourceSets {
2113
main.resources.srcDirs += "$buildDir/generated/resources-templates"

0 commit comments

Comments
 (0)