Skip to content

Commit

Permalink
Enable auto provisioning of JDK and remove redundant workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadelessFox committed Nov 29, 2024
1 parent 5c6250c commit 9cd7c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

- name: Build with Gradle Wrapper
run: ./gradlew build

Expand Down
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'decima'

def importProject(String name) {
Expand Down

0 comments on commit 9cd7c3f

Please sign in to comment.