We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727d510 commit c1dfecaCopy full SHA for c1dfeca
plugin/build.gradle
@@ -13,13 +13,15 @@ plugins {
13
// > ./gradlew publishPlugins
14
//
15
// To upload new plugin artifact to Maven Central Repository:
16
-// > ./gradlew publishPluginMavenPublicationToMavenCentralRepository --no-daemon --no-parallel
+// > ./gradlew publish --no-daemon --no-parallel
17
18
// To test the plugin:
19
// > ./gradlew clean test
20
21
-sourceCompatibility = JavaVersion.VERSION_1_8
22
-targetCompatibility = JavaVersion.VERSION_1_8
+java {
+ sourceCompatibility = JavaVersion.VERSION_1_8
23
+ targetCompatibility = JavaVersion.VERSION_1_8
24
+}
25
26
plugins.withId("com.vanniktech.maven.publish") {
27
mavenPublish {
0 commit comments