Fix AT not being added to production jar

This commit is contained in:
embeddedt 2023-12-03 20:37:53 -05:00
parent 328507cea3
commit 8df6fab0e7
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -87,6 +87,7 @@ remapJar {
input.set shadowJar.archiveFile
dependsOn shadowJar
archiveClassifier.set(null)
atAccessWideners.add "modernfix.accesswidener"
}
jar {