Merge pull request #3363 from stackmagic/build-fix-1.17

Build fix 1.17
This commit is contained in:
Leijurv 2022-03-31 14:01:26 -07:00 committed by GitHub
commit f3c93855bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class BaritoneGradleTask extends DefaultTask {
protected void verifyArtifacts() throws IllegalStateException {
if (!Files.exists(this.artifactPath)) {
throw new IllegalStateException("Artifact not found! Run build first!");
throw new IllegalStateException("Artifact not found! Run build first! Missing file: " + this.artifactPath);
}
}

View File

@ -37,4 +37,6 @@ pluginManagement {
}
mavenCentral()
}
}
}
rootProject.name = 'baritone'