Commit 3278e98
committed
Set MR Jar classifier to "mr"
Prevents conflicting with main jar. Buildscript authors should change this themselves if they prefer.
```groovy
tasks.named('multiReleaseJar', Jar) {
archiveClassifier = ''
}
```
This and many others will be documented in due time.1 parent 23d1c59 commit 3278e98
File tree
1 file changed
+2
-1
lines changed- src/main/java/net/minecraftforge/multi_release/gradle/internal
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments