Skip to content

Commit

Permalink
add reason tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Dec 29, 2023
1 parent 67c0a36 commit 03b7ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ tasks.withType(JavaCompile).matching(notNeoTask).configureEach {
}

tasks.withType(Javadoc).matching(notNeoTask).configureEach {
options.tags = [ "reason" ]
source(project(":common").sourceSets.main.allJava)
}

Expand Down

0 comments on commit 03b7ea6

Please sign in to comment.