Skip to content

Commit

Permalink
fix: add nexus publishing plugin (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
brizzbuzz authored Jan 11, 2022
1 parent 3c80e7c commit fe2b7bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.6.1] - January 11th, 2022
### Added
- Nexus Plugin to enable publishing to Sonatype

## [0.6.0] - January 10th, 2022
### Added
- Module to contain experimental (read: non-functional) multiplatform port.
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("com.github.jakemarsden.git-hooks") version "0.0.2"
id("org.jetbrains.dokka") version "1.6.10"
id("org.jetbrains.kotlinx.kover") version "0.5.0-RC"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}

gitHooks {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Backbone
project.version=0.6.0
project.version=0.6.1
# Kotlin
kotlin.code.style=official
# Gradle
Expand Down

0 comments on commit fe2b7bd

Please sign in to comment.