Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Aug 13, 2024
1 parent 4fcd30d commit be6fcce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Build"
title: "Download here"
files: |
build/libs/TransferTool-*.jar
build/libs/TransferTool.jar
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
java
id("io.freefair.lombok") version "8.4"
id("io.github.goooler.shadow") version "8.1.7"
}

Expand All @@ -10,7 +11,7 @@ repositories {

dependencies {
// Geyser API - needed for all extensions
compileOnly("org.geysermc.geyser:api:2.3.1-SNAPSHOT")
compileOnly("org.geysermc.geyser:api:2.4.1-SNAPSHOT")

// Include other dependencies here - e.g. for configuration.
implementation("org.spongepowered:configurate-hocon:4.1.2")
Expand Down

0 comments on commit be6fcce

Please sign in to comment.