Skip to content

Commit

Permalink
Update build.gradle for new IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed May 14, 2024
1 parent fee622d commit c7fc466
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ mixin {
debug.export = true
}

idea{
module {
downloadJavadoc = true
downloadSources = true
}
}
jar {
classifier = 'slim'
manifest {
Expand Down

0 comments on commit c7fc466

Please sign in to comment.