Changed project version number. Fixed javadoc build target.
This commit is contained in:
@@ -70,7 +70,7 @@ targetCompatibility = 1.6
|
||||
|
||||
javadoc {
|
||||
ext.srcDir = file("${projectDir}/src/main/doc")
|
||||
ext.destinationDir = file("${buildDir}/api")
|
||||
ext.destinationDir = file("${buildDir}/docs/javadoc")
|
||||
ext.tmpDir = file("${buildDir}/api-work")
|
||||
|
||||
configure(options) {
|
||||
|
||||
@@ -23,4 +23,4 @@ nettyVersion = 3.6.2.Final
|
||||
# --------------------
|
||||
# Project wide version
|
||||
# --------------------
|
||||
version=2.0.0.BUILD-SNAPSHOT
|
||||
version=1.2.0.BUILD-SNAPSHOT
|
||||
Reference in New Issue
Block a user