mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-21 07:30:30 +00:00
fix iris task having the wrong source path
This commit is contained in:
@@ -295,7 +295,7 @@ if (JavaVersion.current().toString() != "17") {
|
|||||||
|
|
||||||
task iris(type: Copy) {
|
task iris(type: Copy) {
|
||||||
group "iris"
|
group "iris"
|
||||||
from new File(buildDir, "Iris-${version}.jar")
|
from new File(buildDir, "libs/Iris-${version}.jar")
|
||||||
into buildDir
|
into buildDir
|
||||||
dependsOn(build)
|
dependsOn(build)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user