fix: resources plugin not published
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
- Updates for Ktor 3.x support
|
|
||||||
- Remove deprecated `NotarizedLocations`
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -15,7 +12,14 @@
|
|||||||
|
|
||||||
## Released
|
## 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
|
### Added
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Kompendium
|
# Kompendium
|
||||||
project.version=4.0.1
|
project.version=4.0.2
|
||||||
|
|
||||||
# Kotlin
|
# Kotlin
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
@ -4,6 +4,7 @@ plugins {
|
|||||||
id("io.bkbn.sourdough.library.jvm")
|
id("io.bkbn.sourdough.library.jvm")
|
||||||
id("io.gitlab.arturbosch.detekt")
|
id("io.gitlab.arturbosch.detekt")
|
||||||
id("com.adarshr.test-logger")
|
id("com.adarshr.test-logger")
|
||||||
|
id("com.vanniktech.maven.publish")
|
||||||
id("java-library")
|
id("java-library")
|
||||||
id("signing")
|
id("signing")
|
||||||
id("org.jetbrains.kotlinx.kover")
|
id("org.jetbrains.kotlinx.kover")
|
||||||
|
Reference in New Issue
Block a user