Skip to content

Commit

Permalink
Update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Jan 14, 2023
1 parent ae67838 commit aecd755
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Cache Gradle packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repositories {
}
}
maven {
url "https://repo.jacob-williams.me/repository/maven-releases/"
url "https://maven.permutated.net/releases"
content {
includeGroup "novamachina.exnihilosequentia"
}
Expand All @@ -159,7 +159,7 @@ dependencies {
runtimeOnly fg.deobf("curse.maven:cofh-core-69162:3803484")
runtimeOnly fg.deobf("curse.maven:pipez-443900:3819249")
implementation fg.deobf("curse.maven:jei-238222:3788739")
implementation fg.deobf("novamachina.exnihilosequentia:ExNihiloSequentia:1.18.2-20220915-164752")
implementation fg.deobf("novamachina.exnihilosequentia:ExNihiloSequentia:1.18.2-20221113-044349")
}

jar {
Expand Down

0 comments on commit aecd755

Please sign in to comment.