File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88
99 dependencies {
10- classpath(" de.jensklingenberg:compiler.gradleplugin.helloworld :1.0.0" )
10+ classpath(" de.jensklingenberg:gradle-plugin :1.0.0" )
1111 }
1212}
1313plugins {
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ publishing {
4040 // artifact(tasks["dokkaJar"])
4141
4242 pom {
43- name.set(" gradle-plugin " )
44- description.set(" KotlinCompilerPluginExamplet " )
43+ name.set(" compiler.gradleplugin.helloworld " )
44+ description.set(" KotlinCompilerPluginExample " )
4545 url.set(" https://github.com/Foso/KotlinCompilerPluginExample" )
4646
4747 licenses {
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2020 Zac Sweers
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License");
5+ # you may not use this file except in compliance with the License.
6+ # You may obtain a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+ #
16+ GROUP =de.jensklingenberg
17+ POM_NAME =ktorfit-ksp
18+ POM_ARTIFACT_ID =ktorfit-ksp
19+ POM_PACKAGING =jar
You can’t perform that action at this time.
0 commit comments