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 74f5010 commit 3298831Copy full SHA for 3298831
build.gradle
@@ -1,6 +1,3 @@
1
-plugins {
2
- id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
3
-}
4
apply plugin: 'idea'
5
apply plugin: 'eclipse'
6
apply plugin: 'java'
@@ -20,6 +17,10 @@ buildscript {
20
17
}
21
18
22
19
+plugins {
+ id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
+}
23
+
24
repositories {
25
mavenCentral()
26
0 commit comments