File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ publishing {
4040 // artifact(tasks["dokkaJar"])
4141
4242 pom {
43- name.set(project.name )
44- description.set(" KSP Plugin for Ktorfit " )
45- url.set(" https://github.com/Foso/Ktorfit " )
43+ name.set(" gradle-plugin " )
44+ description.set(" KotlinCompilerPluginExamplet " )
45+ url.set(" https://github.com/Foso/KotlinCompilerPluginExample " )
4646
4747 licenses {
4848 license {
@@ -51,8 +51,8 @@ publishing {
5151 }
5252 }
5353 scm {
54- url.set(" https://github.com/Foso/Ktorfit " )
55- connection.set(" scm:git:git://github.com/Foso/Ktorfit .git" )
54+ url.set(" https://github.com/Foso/KotlinCompilerPluginExample " )
55+ connection.set(" scm:git:git://github.com/Foso/KotlinCompilerPluginExample .git" )
5656 }
5757 developers {
5858 developer {
You can’t perform that action at this time.
0 commit comments