Skip to content

Commit 3298831

Browse files
committed
Publish to maven central 3
1 parent 74f5010 commit 3298831

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
plugins {
2-
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
3-
}
41
apply plugin: 'idea'
52
apply plugin: 'eclipse'
63
apply plugin: 'java'
@@ -20,6 +17,10 @@ buildscript {
2017
}
2118
}
2219

20+
plugins {
21+
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
22+
}
23+
2324
repositories {
2425
mavenCentral()
2526
}

0 commit comments

Comments
 (0)