Skip to content

Commit

Permalink
delete access widener and workflow
Browse files Browse the repository at this point in the history
i never used it lol
  • Loading branch information
rhysdh540 committed Jan 18, 2024
1 parent 00ade8d commit 01ef620
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def setup() {
println()

apply from: 'gradle/preprocessor.gradle'
apply from: 'gradle/accesswidener.gradle'

println '\nPlugin versions:'
apply plugin: 'architectury-plugin'
Expand Down
1 change: 0 additions & 1 deletion common/src/main/resources/1_19_2.createunlimited.aw

This file was deleted.

1 change: 0 additions & 1 deletion common/src/main/resources/1_20_1.createunlimited.aw

This file was deleted.

1 change: 0 additions & 1 deletion common/src/main/resources/architectury.common.json

This file was deleted.

7 changes: 0 additions & 7 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,11 @@ dependencies {
}

loom {
def awFile = project(':common').file('src/main/resources/createunlimited.accesswidener')

forge {
mixinConfig(
'createunlimited.mixins.json',
'createunlimited-common.mixins.json',
)

if(awFile.exists()) {
convertAccessWideners.set(true)
extraAccessWideners.add loom.accessWidenerPath.get().asFile.name
}
}
}

Expand Down
23 changes: 0 additions & 23 deletions gradle/accesswidener.gradle

This file was deleted.

0 comments on commit 01ef620

Please sign in to comment.