2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-29 15:08:07 +03:00

buildSrc/build.gradle: cleanup

rehlds/build.gradle: don't override cleanup task, just add action to it
This commit is contained in:
dreamstalker 2015-05-05 20:18:30 +04:00
parent 7326bee095
commit ed23c81fdd
2 changed files with 1 additions and 11 deletions

View File

@ -12,10 +12,6 @@ repositories {
}
configurations {
rehlds_it_image
}
dependencies {
compile gradleApi()
compile localGroovy()
@ -29,9 +25,3 @@ dependencies {
compile 'org.apache.velocity:velocity:1.7'
}
buildscript {
configurations {
rehlds_it_image
}
}

View File

@ -355,7 +355,7 @@ task prepareDevEnv {
dependsOn prepareDevEnvEngine, prepareDevEnvTests
}
task clean << {
tasks.clean.doLast {
project.file('version/appversion.h').delete()
}