Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: sonatype deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brizzbuzz committed May 6, 2023
1 parent c352213 commit 81d53ac
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 05/05/2023

### Changed

- Fixed issue with sonatype publishing

## [0.1.0] - 05/05/2023

### Added
Expand Down
1 change: 1 addition & 0 deletions api-client-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id("org.jetbrains.kotlinx.kover")
id("maven-publish")
id("java-library")
id("signing")
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id("io.bkbn.sourdough.root") version "0.12.0"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"

// Child Plugins
kotlin("jvm") version "1.8.21" apply false
Expand Down
1 change: 1 addition & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id("org.jetbrains.kotlinx.kover")
id("maven-publish")
id("java-library")
id("signing")
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
project.version=0.1.0
project.version=0.1.1

# Kotlin
kotlin.code.style=official
Expand Down
1 change: 1 addition & 0 deletions openapi-3-0/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {
id("org.jetbrains.kotlinx.kover")
id("maven-publish")
id("java-library")
id("signing")
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions swagger-2-0/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id("org.jetbrains.kotlinx.kover")
id("maven-publish")
id("java-library")
id("signing")
}

dependencies {
Expand Down

0 comments on commit 81d53ac

Please sign in to comment.