Fix loom.accessWidener being a read-only property in Kotlin (#447)

* Re-enable Kotlin test because the related bug has been fixed

* Fix loom.accessWidener being a read-only property in Kotlin

* Remove Kotlin test exclusions
This commit is contained in:
Juuxel
2021-07-26 14:14:31 +03:00
committed by GitHub
parent ef2816b0d0
commit b558ee1a46
5 changed files with 5 additions and 12 deletions

View File

@@ -45,9 +45,6 @@ jobs:
matrix:
java: [jdk16]
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}
exclude:
- java: jdk16
test: net.fabricmc.loom.test.integration.KotlinTest
runs-on: ubuntu-20.04
container:
@@ -74,9 +71,6 @@ jobs:
matrix:
java: [16]
test: ${{ fromJson(needs.prepare_test_matrix.outputs.matrix) }}
exclude:
- java: 16
test: net.fabricmc.loom.test.integration.KotlinTest
runs-on: windows-2019