We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc2681 commit d815e46Copy full SHA for d815e46
gradle.properties
@@ -5,7 +5,6 @@ group=org.jetbrains.kotlinx
5
version=0.6.0-RC.2
6
versionSuffix=SNAPSHOT
7
8
-timezonesMajorVersion=1.0
9
tzdbVersion=2024a
10
11
defaultKotlinVersion=1.9.21
timezones/full/build.gradle.kts
@@ -15,9 +15,8 @@ plugins {
15
id("maven-publish")
16
}
17
18
-val tzdbVersion: String by properties
19
-val timezonesMajorVersion: String by properties
20
-version = "$timezonesMajorVersion.$tzdbVersion"
+val tzdbVersion: String by rootProject.properties
+version = "$tzdbVersion-spi.$version"
21
22
val convertedKtFilesDir = File(project.buildDir, "wasmWasi-full/src/internal/tzData")
23
val tzdbDirectory = File(project.projectDir, "tzdb")
0 commit comments