File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -49,20 +49,10 @@ gradlePlugin {
4949publishing {
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 {
Original file line number Diff line number Diff line change 1- org.gradle.jvmargs =-Xmx4096M
1+ # Gradle
2+ org.gradle.jvmargs =-Xmx4G
You can’t perform that action at this time.
0 commit comments