Skip to content

Commit

Permalink
[workflow] caching gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 21, 2023
1 parent 6cbece2 commit 5129a4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/TestBuilding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
cache-dependency-path: |
main/*.gradle*
main/**/gradle-wrapper.properties
TestProjectKt/*.gradle*
TestProjectKt/**/gradle-wrapper.properties
TestProjectGroovy/*.gradle*
TestProjectGroovy/**/gradle-wrapper.properties
TestMultiproject/*.gradle*
TestMultiproject/**/gradle-wrapper.properties
- name: Test mgpp
run: |
Expand Down
1 change: 0 additions & 1 deletion main/src/mindustry/model/ModMeta.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package io.github.liplum.mindustry

import groovy.json.JsonOutput
import io.github.liplum.dsl.toMutableMap
import io.github.liplum.mindustry.ModMeta.Companion.fillMissingWithDefault
import org.hjson.JsonObject
import org.hjson.Stringify
import java.io.File
Expand Down

0 comments on commit 5129a4d

Please sign in to comment.