Skip to content

Commit e3725d1

Browse files
committed
Update project configuration
1 parent e4c6557 commit e3725d1

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

build.gradle.kts

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,10 @@ gradlePlugin {
4949
publishing {
5050
publications {
5151
withType<MavenPublication> {
52-
val mavenPublication = this
5352
pom {
54-
when (mavenPublication.name) {
55-
"releasePluginMarkerMaven" -> {
56-
name = "Gradle Module Tree plugin marker"
57-
description = "Plugin marker artifact for the Gradle Module Tree plugin"
58-
}
59-
"pluginMaven" -> {
60-
name = "Gradle Module Tree plugin"
61-
description = "A Gradle settings plugin that provides a hierarchical DSL for organizing and " +
62-
"auto-creating multi-module project structures"
63-
}
64-
else -> error(message = "Unknown publication")
65-
}
53+
name = "Gradle Module Tree plugin"
54+
description = "A Gradle settings plugin that provides a hierarchical DSL " +
55+
"for organizing and auto-creating multi-module project structures"
6656

6757
url = "https://github.com/g000sha256/gradle-module-tree"
6858
inceptionYear = "2025"
@@ -85,8 +75,8 @@ publishing {
8575

8676
scm {
8777
connection = "scm:git:git://github.com/g000sha256/gradle-module-tree.git"
88-
developerConnection = "scm:git:ssh://github.com:g000sha256/gradle-module-tree.git"
89-
url = "https://github.com/g000sha256/gradle-module-tree/tree/master"
78+
developerConnection = "scm:git:git@github.com:g000sha256/gradle-module-tree.git"
79+
url = "https://github.com/g000sha256/gradle-module-tree"
9080
}
9181

9282
issueManagement {

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
org.gradle.jvmargs=-Xmx4096M
1+
# Gradle
2+
org.gradle.jvmargs=-Xmx4G

0 commit comments

Comments
 (0)