Skip to content

Commit

Permalink
feat!: downgrade lib versions to comply with java 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail ozgen committed Oct 4, 2024
1 parent 9481197 commit 7c48889
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
id: get_next_version
uses: thenativeweb/get-next-version@main
with:
prefix: 'v'
prefix: 'V'
- name: Show the next version
run: |
echo ${{ steps.get_next_version.outputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#

[versions]
detekt = "1.23.6"
kotlin = "2.0.20"
detekt = "1.22.0"
kotlin = "1.7.10"
jaxb-api = "2.3.1"
jaxb-impl = "4.0.3"
xjc = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* SPDX-FileCopyrightText: 2024 INFO
* SPDX-License-Identifier: EUPL-1.2+
*/
enableFeaturePreview("VERSION_CATALOGS")

rootProject.name = "lib-sepa"

Expand Down

0 comments on commit 7c48889

Please sign in to comment.