Skip to content

Commit

Permalink
Fix releaseDocs looking for wrong Skript jar (#6789)
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus authored Jun 22, 2024
1 parent 2e0d1cf commit 4e8e8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void createTestTask(String name, String desc, String environments, int javaVersi
if (junit) {
artifact += 'Skript-JUnit.jar'
} else if (releaseDocs) {
artifact += 'Skript-github.jar'
artifact += 'Skript-' + version + '.jar'
} else {
artifact += 'Skript-nightly.jar'
}
Expand Down

0 comments on commit 4e8e8e6

Please sign in to comment.