backlog
This commit is contained in:
parent
fe423253d8
commit
d0ff9a607e
4 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
|||
repositories{
|
||||
mavenCentral()
|
||||
}
|
||||
def releaseVersion = "0.7.4"
|
||||
def releaseVersion = "0.8.4"
|
||||
def propertyFile = file "src/main/java/w2phtml/project.properties"
|
||||
Properties properties = new Properties()
|
||||
propertyFile.withReader { properties.load(it) }
|
||||
|
@ -131,6 +131,9 @@ task xhtml2(type: Jar) {
|
|||
from sourceSets.main.output
|
||||
include 'org/**/*'
|
||||
include 'net/**/*'
|
||||
include 'logback.xml'
|
||||
include 'ch/*'
|
||||
include '**/*.properties'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue