Skip to content

Commit 406ff8d

Browse files
committed
updating kotlin version, updating release behavior
1 parent 76e3ea2 commit 406ff8d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/publish_release_version.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Deploy release version to Maven Central
22

33
on:
4-
# release: TODO temporary, revert to this after 1.2.1 release
5-
# types: [created]
6-
push:
7-
branches:
8-
- "release"
4+
release:
5+
types: [created]
96

107
jobs:
118
build-and-deploy-mvn-central:

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Versions {
22
const val project = "1.2.2-SNAPSHOT"
33
const val groupID = "org.jetbrains.kotlinx.spark"
4-
const val kotlin = "1.7.10"
4+
const val kotlin = "1.7.20"
55
const val jvmTarget = "11"
66

77
inline val spark get() = System.getProperty("spark") as String

0 commit comments

Comments
 (0)