Migrating publishing to gradle
This commit is contained in:
parent
f4cd76ef7d
commit
bf34f79d19
3 changed files with 44 additions and 37 deletions
|
|
@ -1,8 +1,10 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'maven-publish'
|
||||
id 'java-library'
|
||||
id 'jacoco'
|
||||
}
|
||||
|
||||
apply from: 'build_publish.gradle'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
|
|
@ -61,4 +63,4 @@ sourceSets {
|
|||
srcDirs 'test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue