Skip to content

Commit

Permalink
Merge pull request #3 from GTNewHorizons/fix-bs
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
Dream-Master authored Oct 27, 2023
2 parents 1946485 + 44f8d89 commit c929ca9
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 c929ca9

Please sign in to comment.