Skip to content

Commit

Permalink
Merge pull request #1113 from rm3l/dependabot/gradle/backend/pl.alleg…
Browse files Browse the repository at this point in the history
…ro.tech.build.axion-release-1.18.8
  • Loading branch information
rm3l authored Sep 7, 2024
2 parents 959f424 + cad96eb commit 92b8348
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ jobs:
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
queries: +security-and-quality

- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
distribution: 'temurin'
java-version: 17
cache: 'gradle'

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* SOFTWARE.
*/
plugins {
id "pl.allegro.tech.build.axion-release" version "1.14.4"
id "pl.allegro.tech.build.axion-release" version "1.18.8"
id "com.diffplug.spotless" version "6.13.0"
id "org.jetbrains.kotlin.jvm" version "2.0.20"
id "org.jetbrains.kotlin.plugin.allopen" version "2.0.20"
Expand All @@ -41,7 +41,7 @@ scmVersion {
localOnly = true
repository {
type = 'git'
directory = project.rootProject.file('../')
directory = project.rootProject.file('../').getAbsolutePath()
}
tag {
prefix = ''
Expand Down

0 comments on commit 92b8348

Please sign in to comment.