Edwin Jakobs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
build.gradle.kts
|
|
@ -28,7 +28,7 @@ val panelUseSnapshot = false |
|
|
|
val panelVersion = if (panelUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.18" |
|
|
|
|
|
|
|
val orxUseSnapshot = false |
|
|
|
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.40" |
|
|
|
val orxVersion = if (orxUseSnapshot) "0.4.0-SNAPSHOT" else "0.3.41" |
|
|
|
|
|
|
|
// supported features are: orx-camera, orx-compositor,orx-easing, orx-filter-extension,orx-file-watcher, |
|
|
|
// orx-integral-image, orx-interval-tree, orx-jumpflood, orx-kdtree, orx-mesh-generators,orx-midi, orx-no-clear, |
|
|
@ -144,4 +144,4 @@ tasks.create("zipDistribution", Zip::class.java) { |
|
|
|
tasks.create("run", JavaExec::class.java) { |
|
|
|
main = applicationMainClass |
|
|
|
classpath = sourceSets.main.get().runtimeClasspath |
|
|
|
}.dependsOn(tasks.build) |
|
|
|
}.dependsOn(tasks.build) |
|
|
|