forked from I2P_Developers/i2p.i2p
Build: Add translations to gradle build (part 3 - only rebuild if necessary)
This commit is contained in:
@@ -19,7 +19,8 @@ dependencies {
|
||||
// We don't support the "slow way"
|
||||
task bundle {
|
||||
doLast {
|
||||
println "apps/desktopgui/bundle-messages.sh".execute().text
|
||||
if (!(new File("$buildDir/classes/java/main/net/i2p/desktopgui/messages_de.class")).exists())
|
||||
println "apps/desktopgui/bundle-messages.sh".execute().text
|
||||
}
|
||||
}
|
||||
jar.dependsOn bundle
|
||||
|
||||
Reference in New Issue
Block a user