File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments