Skip to content

Commit

Permalink
Update kotlin and dependencies. Hopefully tests will pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Jan 31, 2024
1 parent 1a20157 commit 724b19a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check API
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

with:
arguments: clean apiCheck -x build
Expand All @@ -40,7 +40,7 @@ jobs:
run: chmod +x gradlew

- name: Build Artifacts
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build --stacktrace -x test
gradle-home-cache-cleanup: true
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v3

- name: Run tests
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
TEST_TOKEN: ${{ secrets.TEST_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: chmod +x gradlew

- name: Build Artifacts
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build --stacktrace -x test
gradle-home-cache-cleanup: true
Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0

- name: Publish with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: publish -x test
gradle-home-cache-cleanup: true
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "1.9.10"
kordex = "1.7.1-20231226.111824-10"
kotlin = "1.9.22"
kordex = "1.7.1-20240117.210840-21"
git-hooks = "0.0.2"
licenser = "0.6.1"
bin-compat = "0.13.2"
bin-compat = "0.14.0"

detekt = "1.23.4"
logging = "5.1.1"
detekt = "1.23.5"
logging = "6.0.3"

junit5 = "5.10.1"

Expand Down

0 comments on commit 724b19a

Please sign in to comment.