Skip to content

Commit

Permalink
💚 Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Nov 23, 2022
1 parent 60b9d21 commit a1e4cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.event.release.tag_name }} ./build/libs/*
run: gh release upload ${{ github.event.release.tag_name }} ./**/build/libs/*

# Create pull request
- name: Create Pull Request
Expand Down
9 changes: 0 additions & 9 deletions expui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ dependencies {
}
}

tasks.jar {
manifest {
attributes["Add-Exports"] = "java.desktop/com.apple.eawt java.desktop/com.apple.eawt.event"
}
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>() {
kotlinOptions.jvmTarget = "11"
kotlinOptions.freeCompilerArgs += listOf(
// "-P", "plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=true"
)
}

0 comments on commit a1e4cb4

Please sign in to comment.