Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-28 00:50:13 +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:
|
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)
|
Special thanks to all our [Contributors](https://github.com/ViaVersion/ViaVersion/graphs/contributors)
|
||||||
|
@ -24,6 +24,9 @@ fun Project.configureShadowJar() {
|
|||||||
if (name == "jar") {
|
if (name == "jar") {
|
||||||
archiveClassifier.set("unshaded")
|
archiveClassifier.set("unshaded")
|
||||||
}
|
}
|
||||||
|
from(project.parent!!.file("LICENSE.txt")) {
|
||||||
|
into("")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren