Skip to content

Commit

Permalink
build.gradle: Not build CheckBundleJar by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Feb 29, 2024
1 parent 144cdf9 commit 6c05f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ task buildBundleJars {
description = "Generate the bundle Jars"
group = 'Distribution'

dependsOn buildWorldmapBundleJar, buildCheckBundleJar
dependsOn buildWorldmapBundleJar
}

//////////////////////////
Expand Down

0 comments on commit 6c05f58

Please sign in to comment.