Skip to content

Commit 56845e9

Browse files
committed
[no ci] remove issue templates and change license bundling
They weren't super useful anyhow
1 parent 8db2c52 commit 56845e9

File tree

3 files changed

+2
-49
lines changed

3 files changed

+2
-49
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

buildSrc/src/main/groovy/convention.shared.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ publishing {
5353
sourcesJar {
5454
dependsOn(configurations.rootProjectLicense)
5555
from(configurations.rootProjectLicense) {
56-
rename { "${it}_${mod_name}" }
56+
rename { "${it}_${artifact_id}" }
5757
}
5858
}
5959

6060
jar {
6161
dependsOn(configurations.rootProjectLicense)
6262
from(configurations.rootProjectLicense) {
63-
rename { "${it}_${mod_name}" }
63+
rename { "${it}_${artifact_id}" }
6464
}
6565

6666
manifest {

0 commit comments

Comments
 (0)