We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153504c commit a21b40cCopy full SHA for a21b40c
1 file changed
build.gradle.kts
@@ -97,28 +97,6 @@ tasks {
97
}
98
99
100
-publishing {
101
- repositories {
102
- maven {
103
- name = "parsek-plugin-mail"
104
- url = uri("https://maven.pkg.github.com/StatuParsek/parsek-plugin-mail")
105
- credentials {
106
- username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME_GITHUB")
107
- password = project.findProperty("gpr.token") as String? ?: System.getenv("TOKEN_GITHUB")
108
- }
109
110
111
-
112
- publications {
113
- create<MavenPublication>("shadow") {
114
- project.extensions.configure<com.github.jengelman.gradle.plugins.shadow.ShadowExtension> {
115
- artifactId = "parsek-plugin-mail"
116
- component(this@create)
117
118
119
120
-}
121
122
java {
123
// Use Java 21 for compilation
124
toolchain {
0 commit comments