Skip to content

Commit 696e9a7

Browse files
committed
fixes build with new AT-AW setup
1 parent d6af01e commit 696e9a7

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Forge/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ architectury {
2828
forge()
2929
}
3030

31-
loom {
32-
accessWidenerPath.set(project(":Common").loom.accessWidenerPath)
33-
}
34-
3531
configurations.configureEach {
3632
// Fix that can be found in Forge MDK too
3733
resolutionStrategy {

NeoForge/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ architectury {
3030
neoForge()
3131
}
3232

33-
loom {
34-
accessWidenerPath.set(project(":Common").loom.accessWidenerPath)
35-
}
36-
3733
repositories {
3834
maven("https://maven.neoforged.net/releases/")
3935
}

0 commit comments

Comments
 (0)