Skip to content
Snippets Groups Projects
Commit e36170f2 authored by firstuser's avatar firstuser
Browse files

- update build to gradle 1.10

parent 6424af41
No related branches found
No related tags found
No related merge requests found
//usePlugin 'war'
usePlugin 'war'
apply plugin: 'war'
version = '0.8'
repositories {
mavenCentral()
}
task resolveDeps(dependsOn: configurations.default.buildArtifacts, type: Copy) {
task resolveDeps(type: Copy) {
into('lib')
from configurations.default
from configurations.default.allArtifacts*.file
from configurations.default.allArtifacts.file
}
war {
baseName = 'demo'
version = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment