mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
fix license check
This commit is contained in:
@@ -69,6 +69,10 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
|
||||
|
||||
apply from: 'https://github.com/FabricMC/fabric-docs/raw/master/gradle/license.gradle'
|
||||
|
||||
license {
|
||||
exclude '**/loom/util/DownloadUtil.java'
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '4.10.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user