Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Feb 21, 2025
1 parent 95efd0a commit 68848b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
language: [ 'java-kotlin' ]

steps:
- name: Checkout repository
Expand All @@ -40,7 +40,6 @@ jobs:
- name: Autobuild
run: |
echo "Run, Build Application using script"
java --version
./gradlew --debug --no-daemon assemble
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion stytch/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
}

kotlin {
jvmToolchain(11)
jvmToolchain(17)
explicitApi()
}

Expand Down

0 comments on commit 68848b9

Please sign in to comment.