Skip to content

Commit

Permalink
Remove toolchain version from plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 10, 2023
1 parent 523b4df commit 030886f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/native_multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: |
8
11
- name: Setup GraalVM
uses: graalvm/setup-graalvm@v1
with:
Expand Down
6 changes: 0 additions & 6 deletions mqtt-cli-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ plugins {

group = "com.hivemq"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 030886f

Please sign in to comment.