Skip to content

Commit

Permalink
Prepping for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Mar 4, 2022
1 parent 05ee364 commit 6bc01df
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ plugins {
id("org.jmailen.kotlinter") version "3.9.0"
}

group = "com.lapanthere.macaroon"
version = "1.0-SNAPSHOT"
group = "com.lapanthere"

repositories {
mavenCentral()
Expand Down Expand Up @@ -54,9 +53,7 @@ publishing {
}

publications {
create<MavenPublication>("default") {
from(components["java"])
artifact(tasks["sourcesJar"])
create<MavenPublication>("github") {
pom {
name.set("Macaroon")
description.set("Building and verifying macaroon")
Expand Down

0 comments on commit 6bc01df

Please sign in to comment.