Skip to content

Commit

Permalink
Revert "build.gradle: omit an unnecessary plugin"
Browse files Browse the repository at this point in the history
This reverts commit eec8ffc.
  • Loading branch information
stephengold committed May 20, 2024
1 parent 59e5ac3 commit 1ecfcb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Gradle script to build the Wes project

plugins {
id 'base' // to add a "clean" task to the root project
}

ext {
jmeTarget = '' // distinguish non-JME libraries built for specific JME releases
wesSnapshot = '-SNAPSHOT' // for development builds
Expand Down

0 comments on commit 1ecfcb4

Please sign in to comment.