Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 12, 2023
1 parent 4e87680 commit a4e753a
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: jvmTest
build-root-directory: ./example
build-root-directory: ./

11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
.DS_Store
/.gradle
/.idea
/build
/deps
/modules
/korge.keystore
/kotlin-js-store
/src/main
/local.properties

2 changes: 1 addition & 1 deletion example/build.gradle.kts → build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import korlibs.korge.gradle.*

plugins {
//alias(libs.plugins.korge)
id("com.soywiz.korge") version "4.0.0-rc4"
id("com.soywiz.korge") version "4.0.3"
}

korge {
Expand Down
2 changes: 1 addition & 1 deletion example/deps.kproject.yml → deps.kproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
dependencies:
#- git::korge-ldtk::korlibs/korge-ldtk::/korge-ldtk::2d1b8299636cffca851e05aec446dc99120dfd1b
#- git::korge-ldtk::korlibs/korge-ldtk::/korge-ldtk::v0.0.1
- ../korge-ldtk
- ./korge-ldtk

10 changes: 0 additions & 10 deletions example/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions example/settings.gradle.kts → settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ pluginManagement { repositories { mavenLocal(); mavenCentral(); google(); gradl

plugins {
//id("com.soywiz.kproject.settings") version "0.0.1-SNAPSHOT"
id("com.soywiz.kproject.settings") version "0.1.3"
id("com.soywiz.kproject.settings") version "0.3.1"
}

rootProject.name = "${rootDir.parentFile.name}-example"
rootProject.name = "${rootDir.name}-example"

kproject("./deps")
File renamed without changes.

0 comments on commit a4e753a

Please sign in to comment.