Skip to content

Commit ecccdc8

Browse files
committed
Build: bump to version 1.0.0-alpha.4; remove obsolete config
1 parent 42fed0d commit ecccdc8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (publishPropertiesFile.exists()) {
1616
publishProperties.load(java.io.FileInputStream(publishPropertiesFile))
1717
}
1818
group = "io.github.whathecode.kotlinx.interval"
19-
version = "1.0.0-alpha.3"
19+
version = "1.0.0-alpha.4"
2020
nexusPublishing {
2121
repositories {
2222
sonatype {

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
kotlin.mpp.enableGranularSourceSetsMetadata=true
2-
kotlin.native.enableDependencyPropagation=false
31
kotlin.js.generate.executable.default=false
42

53
# Prevent out of memory errors.

0 commit comments

Comments
 (0)