Feature/improve build (#9)
This commit is contained in:
parent
fe7f336376
commit
d42900afe7
6 changed files with 42 additions and 55 deletions
|
|
@ -1,10 +1,15 @@
|
|||
plugins {
|
||||
// Apply the common convention plugin for shared build configuration between library and application projects.
|
||||
id 'org.jdrupes.vmoperator.java-common-conventions'
|
||||
|
||||
// Apply the common versioning conventions.
|
||||
id 'org.jdrupes.vmoperator.versioning-conventions'
|
||||
|
||||
id 'org.ajoberstar.git-publish'
|
||||
}
|
||||
|
||||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
var docDestinationDir = file("${rootProject.buildDir}/javadoc")
|
||||
|
||||
configurations {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue