fix: resources plugin not published

This commit is contained in:
Ryan Brink
2024-11-04 14:37:49 -05:00
parent d94eae93ad
commit c2ce172024
3 changed files with 10 additions and 5 deletions

View File

@ -2,9 +2,6 @@
## Unreleased
- Updates for Ktor 3.x support
- Remove deprecated `NotarizedLocations`
### Added
### Changed
@ -15,7 +12,14 @@
## Released
## [4.0.0] - January 21st, 2024
## [4.0.2] - November 4th, 2024
⚠️ 4.X release has been pretty wonky due to Maven Central problems, please only use 4.0.2 or greater
when bumping to 4.X
### Breaking
- Supports Ktor 3
### Added

View File

@ -1,5 +1,5 @@
# Kompendium
project.version=4.0.1
project.version=4.0.2
# Kotlin
kotlin.code.style=official

View File

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