Skip to content

Commit

Permalink
Prepare 0.6.3 release (#156)
Browse files Browse the repository at this point in the history
* Prepare 0.6.3 release

* Upgrade dokka version; modify jvmargs
  • Loading branch information
alancai98 committed Apr 18, 2024
1 parent 02f350f commit ab530c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {

object Versions {
const val detekt = "1.20.0-RC1"
const val dokka = "1.6.10"
const val dokka = "1.9.20"
const val kotlin = "1.5.+"
const val ktlint = "10.2.1"
}
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
group=org.partiql
version=0.6.3-SNAPSHOT
version=0.6.3
# Required for the maven publish plugin--these properties must be present even if they contain placeholder values.
ossrhUsername=EMPTY
ossrhPassword=EMPTY

org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=2G

0 comments on commit ab530c8

Please sign in to comment.