Skip to content

Commit e674aca

Browse files
committed
move compiler plugin
1 parent 28eb9d0 commit e674aca

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
1313
plugins {

buildSrc/gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)