Skip to content

Commit 3fbdbdd

Browse files
committed
Remove datagen classes from sources
1 parent 56fa46e commit 3fbdbdd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ java {
5656
withSourcesJar()
5757
}
5858

59-
tasks.named('sourcesJar') {
60-
if (project.sourceSets.findByName('datagen')) {
61-
from sourceSets['datagen'].allSource.matching {
62-
exclude 'fabric.mod.json'
63-
}
64-
}
65-
}
66-
6759
jar {
6860
from("LICENSE") {
6961
rename { "${it}_${project.archivesBaseName}" }

0 commit comments

Comments
 (0)