Skip to content

Commit

Permalink
Prepare for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 committed Nov 18, 2021
1 parent 6e93f9f commit e31ad22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group=dev.erikchristensen.javamath2kmp
version=0.5.0-SNAPSHOT
version=0.4.3

snapshotRepositoryUrl=https://oss.sonatype.org/content/repositories/snapshots
releaseRepositoryUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2

kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.native.enableDependencyPropagation=false

org.gradle.parallel=true
org.gradle.jvmargs=-Xmx4096M

0 comments on commit e31ad22

Please sign in to comment.