Skip to content

Commit

Permalink
Korge 4.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed May 3, 2023
1 parent f545568 commit bd22c9f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/deps.kproject.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#name: deps
dependencies:
- ../luak
- ../luak

2 changes: 1 addition & 1 deletion example/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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions example/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.2"
id("com.soywiz.kproject.settings") version "0.1.3"
}

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

kproject("./deps")
5 changes: 4 additions & 1 deletion luak/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
build
/.idea
/.gradle
/build
/build.gradle
6 changes: 0 additions & 6 deletions luak/build.gradle

This file was deleted.

0 comments on commit bd22c9f

Please sign in to comment.