Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 14:30:16 +01:00
Fix license bundling
Dieser Commit ist enthalten in:
Ursprung
81b9f1b4cd
Commit
bdeb5acae9
@ -51,7 +51,7 @@ After cloning this repository, build the project with Gradle by running `/gradle
|
||||
License:
|
||||
--------
|
||||
|
||||
MIT License, see LICENSE for more details.
|
||||
MIT License, see LICENSE.txt for more details.
|
||||
|
||||
|
||||
Special thanks to all our [Contributors](https://github.com/ViaVersion/ViaVersion/graphs/contributors)
|
||||
|
@ -24,6 +24,9 @@ fun Project.configureShadowJar() {
|
||||
if (name == "jar") {
|
||||
archiveClassifier.set("unshaded")
|
||||
}
|
||||
from(project.parent!!.file("LICENSE.txt")) {
|
||||
into("")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren