aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2023-03-28 10:04:21 -0400
committerGitHub <noreply@github.com>2023-03-28 16:04:21 +0200
commit754a55ec4f5727388d00ab22324e71f91500378d (patch)
tree9945d23f5db99b949b4c611c9f828b26b89470cb /build.gradle.kts
parent642247588edff59139cfb4e3421d5f5cc33e724e (diff)
downloadNotEnoughUpdates-754a55ec4f5727388d00ab22324e71f91500378d.tar.gz
NotEnoughUpdates-754a55ec4f5727388d00ab22324e71f91500378d.tar.bz2
NotEnoughUpdates-754a55ec4f5727388d00ab22324e71f91500378d.zip
Update OneConfig wrapper (#668)
* Update NEUDelegatingTweaker.java * Update build.gradle.kts
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 333f75cd..ec99fd5e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -122,8 +122,8 @@ dependencies {
if (project.findProperty("neu.buildflags.oneconfig") == "true") {
- shadowOnly("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-alpha+") // Should be included in jar
- runtimeOnly("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-alpha+") // Should be included in jar
+ shadowOnly("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+") // Should be included in jar
+ runtimeOnly("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+") // Should be included in jar
}
"oneconfigCompileOnly"(project(":oneconfigquarantine", configuration = "namedElements"))