Skip to content

Commit a21b40c

Browse files
committed
fixed building
1 parent 153504c commit a21b40c

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -97,28 +97,6 @@ tasks {
9797
}
9898
}
9999

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-
122100
java {
123101
// Use Java 21 for compilation
124102
toolchain {

0 commit comments

Comments
 (0)