update version to 1.2
This commit is contained in:
parent
bf9db1ee30
commit
6460421119
|
|
@ -3,7 +3,7 @@ allprojects {
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
version = '1.1'
|
version = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultTasks('clean','distZip')
|
defaultTasks('clean','distZip')
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ dependencies {
|
||||||
|
|
||||||
jar{
|
jar{
|
||||||
baseName = "xpatch"
|
baseName = "xpatch"
|
||||||
// version = '1.0'
|
|
||||||
manifest {
|
manifest {
|
||||||
attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand'
|
attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue