Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Glease committed Oct 24, 2023
1 parent 1946485 commit 44f8d89
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 218 deletions.
8 changes: 8 additions & 0 deletions addon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ idea {
generatedSourceDirs = generatedSourceDirs + file('build/generated/ksp/main/kotlin') + file('build/generated/ksp/test/kotlin')
}
}

//configurations {
// kspPatchedMcKotlin {
// attributes {
// attribute(com.gtnewhorizons.retrofuturagradle.ObfuscationAttribute.OBFUSCATION_ATTRIBUTE, com.gtnewhorizons.retrofuturagradle.ObfuscationAttribute.getNoMinecraft(objects))
// }
// }
//}
Loading

0 comments on commit 44f8d89

Please sign in to comment.