Update orx'es in build.gradle.kts

This commit is contained in:
Abe Pazos
2023-12-08 10:48:00 +01:00
parent 84f54b3f4e
commit a3c9178d4d

View File

@@ -17,13 +17,14 @@ val orxFeatures = setOf<String>(
"orx-compositor", "orx-compositor",
// "orx-compute-graph", // "orx-compute-graph",
// "orx-compute-graph-nodes", // "orx-compute-graph-nodes",
"orx-delegate-magic",
// "orx-dnk3", // "orx-dnk3",
// "orx-easing", // "orx-easing",
// "orx-expression-evaluator", // "orx-expression-evaluator",
"orx-envelopes",
// "orx-file-watcher", // "orx-file-watcher",
"orx-fx", "orx-fx",
// "orx-git-archiver", // "orx-git-archiver",
// "orx-glslify",
// "orx-gradient-descent", // "orx-gradient-descent",
"orx-gui", "orx-gui",
// "orx-hash-grid", // "orx-hash-grid",
@@ -220,9 +221,7 @@ tasks.register<org.openrndr.extra.gitarchiver.GitArchiveToMarkdown>("gitArchiveT
// ------------------------------------------------------------------------------------------------------------------ // // ------------------------------------------------------------------------------------------------------------------ //
tasks { tasks {
dependencyUpdates { dependencyUpdates {
gradleReleaseChannel = "current" gradleReleaseChannel = "current"
val nonStableKeywords = listOf("alpha", "beta", "rc") val nonStableKeywords = listOf("alpha", "beta", "rc")
@@ -236,9 +235,7 @@ tasks {
rejectVersionIf { rejectVersionIf {
isNonStable(candidate.version) && !isNonStable(currentVersion) isNonStable(candidate.version) && !isNonStable(currentVersion)
} }
} }
} }
// ------------------------------------------------------------------------------------------------------------------ // // ------------------------------------------------------------------------------------------------------------------ //