fix: on the path to fixing publishing to maven central (#648)

This commit is contained in:
Ryan Brink
2024-10-30 16:49:26 -04:00
committed by GitHub
parent 1580d679d0
commit fb0d3bb1dd
9 changed files with 24 additions and 45 deletions

View File

@ -3,7 +3,7 @@ plugins {
id("io.bkbn.sourdough.library.jvm")
id("io.gitlab.arturbosch.detekt")
id("com.adarshr.test-logger")
id("maven-publish")
id("com.vanniktech.maven.publish")
id("java-library")
id("signing")
id("org.jetbrains.kotlinx.kover")