Skip to content

Commit 10af225

Browse files
committed
buildSdk to depend on checkPlatformConfig
1 parent e070f51 commit 10af225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ tasks.register('updateNetbeans', Exec) {
602602
}
603603

604604
tasks.register('buildSdk') {
605-
dependsOn copyBaseLibs, copyProjectLibs, createProjectXml, createBaseXml, copyTestSources
605+
dependsOn copyBaseLibs, copyProjectLibs, createProjectXml, createBaseXml, copyTestSources, checkPlatformConfig
606606
doLast {
607607
ant.propertyfile(file: "nbproject/project.properties") {
608608
entry(key: "plugins.version", value: "${jmeVersion}")

0 commit comments

Comments
 (0)