gradle.properties 612 B

1234567891011121314151617
  1. # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
  2. jmeVersion = 3.3.0
  3. # Version used for application and settings folder, no spaces!
  4. jmeMainVersion = 3.3
  5. # Version addition pre-alpha-svn, Stable, Beta
  6. #jmeVersionTag = SNAPSHOT
  7. # Increment this each time jmeVersionTag changes but jmeVersion stays the same
  8. #jmeVersionTagID = 0
  9. # specify if JavaDoc should be built
  10. buildJavaDoc = true
  11. # specify if SDK and Native libraries get built
  12. buildSdkProject = true
  13. # Path for downloading NetBeans Base
  14. netbeansUrl = https://downloads.apache.org/netbeans/netbeans/12.0/netbeans-12.0-bin.zip