Set up Maven Central publishing

This commit is contained in:
Pascal Hartig
2021-05-21 16:31:04 +01:00
parent f242137c5d
commit 3504df883e
5 changed files with 17 additions and 1 deletions

View File

@@ -58,3 +58,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation project(':testutil')
}
apply plugin: 'com.vanniktech.maven.publish'

View File

@@ -9,3 +9,5 @@ apply plugin: 'java'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
apply plugin: 'com.vanniktech.maven.publish'