Skip to content

Commit

Permalink
fix: resources plugin not published
Browse files Browse the repository at this point in the history
  • Loading branch information
brizzbuzz committed Nov 4, 2024
1 parent d94eae9 commit c2ce172
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

## Unreleased

- Updates for Ktor 3.x support
- Remove deprecated `NotarizedLocations`

### Added

### Changed
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kompendium
project.version=4.0.1
project.version=4.0.2

# Kotlin
kotlin.code.style=official
Expand Down
1 change: 1 addition & 0 deletions resources/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c2ce172

Please sign in to comment.