Skip to content

Commit

Permalink
fix for gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Oct 4, 2024
1 parent 017b2b8 commit 5d9df44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ javadoc {
title = project.title_javadoc
}

tasks.withType(JavaCompile).excludingNeoTasks().configureEach {
source(project(":common").sourceSets.main.allSource)
}

tasks.withType(Javadoc).configureEach {
source(project(":common").sourceSets.main.allJava)
}
Expand Down

0 comments on commit 5d9df44

Please sign in to comment.