Skip to content

Commit 0379b29

Browse files
committed
Added the 'maven-publish' plugin
1 parent 6772451 commit 0379b29

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ buildscript {
1313
}
1414
}
1515

16+
plugins {
17+
id 'maven-publish'
18+
}
19+
1620
allprojects {
1721
repositories {
1822
mavenCentral()

0 commit comments

Comments
 (0)