mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 01:55:47 +01:00
Fix license bundling
This commit is contained in:
parent
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("")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user