Start proper javadoc.
This commit is contained in:
parent
62cdea852c
commit
2d73d3ff07
15 changed files with 1119 additions and 18 deletions
13
build.gradle
13
build.gradle
|
|
@ -1,8 +1,21 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.ajoberstar.grgit:grgit-gradle:4.1.0'
|
||||
classpath 'org.ajoberstar:gradle-git-publish:3.0.0'
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'pl.allegro.tech.build.axion-release' version '1.15.0' apply false
|
||||
id 'org.jdrupes.vmoperator.java-doc-conventions'
|
||||
id 'eclipse'
|
||||
}
|
||||
|
||||
project.group = 'org.jdrupes.vmoperator'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
file {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue