mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-02-16 10:30:53 +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) {
|
||||
group "iris"
|
||||
from new File(buildDir, "Iris-${version}.jar")
|
||||
from new File(buildDir, "libs/Iris-${version}.jar")
|
||||
into buildDir
|
||||
dependsOn(build)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user