Skip to content

Commit

Permalink
fix deploy, update gradle and fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Aug 2, 2023
1 parent b4bbc20 commit 03d836e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build/distributions
folder: build/dist/js/productionExecutable
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class ModuleBuildGradleKts(info: ProjectInfo) : ProjectFile {
if (info.hasBrowser) {
appendLine(" val jsMain by getting {")
appendLine(" dependencies {")
appendLine(" implementation(compose.web.core)")
appendLine(" implementation(compose.html.core)")

otherDeps.forEach { dep ->
if (dep.platforms.contains(ComposePlatform.Browser)) {
Expand Down

0 comments on commit 03d836e

Please sign in to comment.