Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Prepare for rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Nov 16, 2020
1 parent 7eb3bf6 commit e990e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
buildscript {
val easyPluginVersion: String by project

repositories {
mavenLocal()
mavenCentral()
Expand All @@ -11,7 +13,7 @@ buildscript {
}

dependencies {
classpath("com.soywiz.korlibs:easy-kotlin-mpp-gradle-plugin:0.11.1") // Kotlin 1.4.20-RC: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
classpath("com.soywiz.korlibs:easy-kotlin-mpp-gradle-plugin:$easyPluginVersion")
}
}

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# sytleguide
kotlin.code.style=official

# Kotlin 1.4.20-RC: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
easyPluginVersion=0.11.2

# version
group=com.soywiz.korlibs.korma
version=2.0.0-SNAPSHOT
Expand Down

0 comments on commit e990e0f

Please sign in to comment.