Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
with:
distribution: temurin
java-version: 25
- name: Downgrade to Kotlin 2.3
env:
GH_TOKEN: ${{ github.token }}
KOTLIN_VERSION: 2.3.21
run: |
kotlin -version
gh release download v$KOTLIN_VERSION --repo JetBrains/kotlin --pattern kotlin-compiler-$KOTLIN_VERSION.zip
unzip -q kotlin-compiler-$KOTLIN_VERSION.zip -d "$RUNNER_TEMP/kotlin"
echo "$RUNNER_TEMP/kotlin/kotlinc/bin" >> "$GITHUB_PATH"
- name: Run Help
run: |
kotlin -version
Expand Down
2 changes: 1 addition & 1 deletion ort-analyzer-parser.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@file:CompilerOptions("-jvm-target", "25")
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0")
@file:DependsOn("org.ossreviewtoolkit:analyzer:91.1.0")
@file:DependsOn("org.ossreviewtoolkit:analyzer:91.2.0")

import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.core.Context
Expand Down