Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jun 17, 2024
1 parent 9879a7a commit b99c0e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
build-scan-publish: true
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-use-agree: "yes"

- name: Build with Gradle
run: ./gradlew clean shadowJar
Expand Down
4 changes: 2 additions & 2 deletions modules/Movecraft/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

dependencies {
implementation(project(":movecraft-v1_18"))
implementation(project(":movecraft-v1_20"))
runtimeOnly(project(":movecraft-v1_18"))
runtimeOnly(project(":movecraft-v1_20"))
implementation(project(":movecraft-api"))
compileOnly("org.yaml:snakeyaml:2.0")
}
Expand Down

0 comments on commit b99c0e4

Please sign in to comment.