Skip to content

Commit

Permalink
Bump to Kotlin 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 committed Sep 13, 2023
1 parent bbc29e9 commit 65c54d6
Show file tree
Hide file tree
Showing 3 changed files with 1,395 additions and 20 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
- run: ./gradlew -v
- uses: fwilhe2/gradle-build-action@master
- run: ./gradlew publishToMavenLocal
- run: cp -r build/js/packages/inzell-js-legacy public
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: public
keep_history: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: find build/js/packages
# - run: cp -r build/js/packages/inzell-js-legacy public
# - name: Deploy to GitHub Pages
# uses: crazy-max/ghaction-github-pages@v2
# with:
# target_branch: gh-pages
# build_dir: public
# keep_history: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.7.20'
id 'org.jetbrains.kotlin.multiplatform' version '1.9.10'
id 'maven-publish'
}

Expand All @@ -13,7 +13,7 @@ repositories {

kotlin {
jvm()
js(BOTH) {
js(IR) {
nodejs()
browser()
}
Expand Down
Loading

0 comments on commit 65c54d6

Please sign in to comment.