Skip to content

Commit 6bc01df

Browse files
committed
Prepping for a release
1 parent 05ee364 commit 6bc01df

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle.kts

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ plugins {
77
id("org.jmailen.kotlinter") version "3.9.0"
88
}
99

10-
group = "com.lapanthere.macaroon"
11-
version = "1.0-SNAPSHOT"
10+
group = "com.lapanthere"
1211

1312
repositories {
1413
mavenCentral()
@@ -54,9 +53,7 @@ publishing {
5453
}
5554

5655
publications {
57-
create<MavenPublication>("default") {
58-
from(components["java"])
59-
artifact(tasks["sourcesJar"])
56+
create<MavenPublication>("github") {
6057
pom {
6158
name.set("Macaroon")
6259
description.set("Building and verifying macaroon")

0 commit comments

Comments
 (0)