Set up Maven Central publishing
This commit is contained in:
@@ -58,3 +58,5 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation project(':testutil')
|
||||
}
|
||||
|
||||
apply plugin: 'com.vanniktech.maven.publish'
|
||||
|
@@ -9,3 +9,5 @@ apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = '1.7'
|
||||
targetCompatibility = '1.7'
|
||||
|
||||
apply plugin: 'com.vanniktech.maven.publish'
|
||||
|
Reference in New Issue
Block a user