Added default task.
This commit is contained in:
parent
e7ebe1718a
commit
9c2c96acaa
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@ apply plugin: 'java'
|
||||||
|
|
||||||
group = 'opensymphony'
|
group = 'opensymphony'
|
||||||
version = '2.4.2'
|
version = '2.4.2'
|
||||||
|
|
||||||
description = 'OSCache'
|
description = 'OSCache'
|
||||||
|
|
||||||
|
defaultTasks 'assemble'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue