Skip to content

Commit 5595387

Browse files
Not using gradle cache
1 parent f570a8f commit 5595387

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ jobs:
1818
with:
1919
java-version: '21'
2020
distribution: 'temurin'
21-
- uses: gradle/actions/setup-gradle@v4.3.1
22-
with:
23-
gradle-version: 9.1.0
24-
name: Set up Gradle
2521
- name: Add permission
2622
run: chmod +x ./gradlew
2723
- name: Execute Gradle build
28-
run: ./gradlew build --debug
24+
run: ./gradlew build
2925

3026
- name: Upload a Build Artifact
3127
uses: actions/upload-artifact@v4.6.2

gradle/scripts/dependencies.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ apply from: 'gradle/scripts/helpers.gradle'
33
repositories {
44
// Other repositories described by default:
55
// CleanroomMC: https://maven.cleanroommc.com
6-
maven {
7-
name 'Forge'
8-
url '"https://maven.minecraftforge.net'
9-
}
106
maven {
117
name 'CurseMaven'
128
url 'https://curse.cleanroommc.com'

0 commit comments

Comments
 (0)