Skip to content

Commit

Permalink
Adding publishing plugin (#3)
Browse files Browse the repository at this point in the history
* Adding publishing plugin

* Fixing PR template location
  • Loading branch information
SuppieRK authored Dec 23, 2024
1 parent 600c92d commit b137c2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
File renamed without changes.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ plugins {
id 'java'
id 'java-library'

// Publishing
id 'com.vanniktech.maven.publish' version '0.30.0'

// Utility
id 'jacoco'
id 'info.solidsoft.pitest' version '1.15.0'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.sonarqube' version '6.0.1.5171'
}

group = 'io.github.suppierk'
version = '1.0.0'
group = "$GROUP"
version = "$VERSION_NAME"
description = "$POM_DESCRIPTION"

repositories {
mavenCentral()
Expand Down

0 comments on commit b137c2d

Please sign in to comment.