Skip to content

Commit 7064f4d

Browse files
committed
Re-enable DevAuth
1 parent 15766c4 commit 7064f4d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ dependencies {
7373

7474
compileOnly 'com.demonwav.mcdev:annotations:2.0.0'
7575

76-
// modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}") {
77-
// exclude group: 'net.fabricmc', module: 'fabric-loader'
78-
// }
79-
// productionRuntimeMods("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}") {
80-
// exclude group: 'net.fabricmc', module: 'fabric-loader'
81-
// }
76+
modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}") {
77+
exclude group: 'net.fabricmc', module: 'fabric-loader'
78+
}
79+
productionRuntimeMods("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}") {
80+
exclude group: 'net.fabricmc', module: 'fabric-loader'
81+
}
8282

8383
include api("net.fabricmc:mapping-io:${project.mapping_io_version}")
8484

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ org.gradle.jvmargs=-Xmx2G
3131
seedfinding_seed_version=1.171.2
3232
latticg_version=1.07
3333
mapping_io_version=0.7.1
34-
devauth_version=1.2.1
34+
devauth_version=1.2.2
3535
checkstyle_version=11.0.0
3636

3737
jazzer_junit_version=0.24.0

0 commit comments

Comments
 (0)