Cleanup for release.
This commit is contained in:
parent
45b36afe15
commit
06328f155d
3 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@ javadoc {
|
||||||
options.tags = ['created']
|
options.tags = ['created']
|
||||||
options.author = true
|
options.author = true
|
||||||
options.addStringOption('link', 'http://docs.oracle.com/javase/8/docs/api/')
|
options.addStringOption('link', 'http://docs.oracle.com/javase/8/docs/api/')
|
||||||
options.addStringOption('sourcepath', project.hasProperty('jdkSrc') ? jdkSrc : "$System.env.JAVA_HOME/src.zip")
|
//options.addStringOption('sourcepath', project.hasProperty('jdkSrc') ? jdkSrc : "$System.env.JAVA_HOME/src.zip")
|
||||||
if (JavaVersion.current().isJava8Compatible()) {
|
if (JavaVersion.current().isJava8Compatible()) {
|
||||||
options.addStringOption('Xdoclint:none', '-quiet')
|
options.addStringOption('Xdoclint:none', '-quiet')
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ import java.util.*
|
||||||
// .kobaltw run
|
// .kobaltw run
|
||||||
|
|
||||||
val bs = buildScript {
|
val bs = buildScript {
|
||||||
repos(file("K:/maven/repository/"), localMaven())
|
//repos(file("K:/maven/repository/"), localMaven())
|
||||||
}
|
}
|
||||||
|
|
||||||
fun StringBuilder.prepend(s: String): StringBuilder {
|
fun StringBuilder.prepend(s: String): StringBuilder {
|
||||||
|
@ -41,7 +41,7 @@ val example = project {
|
||||||
version = versionFor()
|
version = versionFor()
|
||||||
|
|
||||||
val mainClassName = "net.thauvin.erik.semver.example.Example"
|
val mainClassName = "net.thauvin.erik.semver.example.Example"
|
||||||
val processorJar = "net.thauvin.erik:semver:0.9.7"
|
val processorJar = "net.thauvin.erik:semver:"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
apt(processorJar)
|
apt(processorJar)
|
||||||
|
|
|
@ -106,7 +106,7 @@ val semver = project {
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
title = project.description + ' ' + project.version
|
title = "${project.description} ${project.version}"
|
||||||
tags("created")
|
tags("created")
|
||||||
author = true
|
author = true
|
||||||
//quiet = false
|
//quiet = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue