Skip to content

Commit

Permalink
build: Integrate @solonovamax's build plugin. Add some more TODO list…
Browse files Browse the repository at this point in the history
… items.
  • Loading branch information
nhubbard committed May 16, 2024
1 parent 92192a7 commit dc8066d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
## Medium Projects

* [ ] Figure out how to use newer versions of GraalVM on all platforms for the JS parser.
* [ ] Finish and test the comment writer functionality from PR 48.
* [ ] Add test coverage for any other code that isn't already covered.

## Large Projects

* [ ] Move all configuration format parsers to KotlinX Serialization instead of a mix of Jackson modules and various
third-party parsers.
third-party parsers.
* This would enable use of Konf on Kotlin Multiplatform projects!
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ plugins {
id("org.jetbrains.kotlinx.kover") version "0.7.6"
id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
id("net.thebugmc.gradle.sonatype-central-portal-publisher") version "1.2.3"
id("ca.solo-studios.sonatype-publish") version "0.1.3"
}

group = "io.github.nhubbard"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

pluginManagement {
repositories {
maven("https://maven.solo-studios.ca/releases/")
mavenCentral()
gradlePluginPortal()
}
Expand Down

0 comments on commit dc8066d

Please sign in to comment.