Skip to content

Commit 4c397d1

Browse files
committed
maven to gradle kotlin dsl migration part 1
1 parent 07f8e77 commit 4c397d1

File tree

328 files changed

+97
-1865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+97
-1865
lines changed

annotation/build.gradle

-5
This file was deleted.

annotation/build.gradle.kts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
plugins {
2+
java
3+
}
4+
5+
dependencies {
6+
compile(project(":core"))
7+
}

annotation/pom.xml

-58
This file was deleted.

annotationprocessingtesting-kt/build.gradle

-11
This file was deleted.

annotationprocessingtesting-kt/pom.xml

-235
This file was deleted.

annotationprocessingtesting/build.gradle

-15
This file was deleted.

0 commit comments

Comments
 (0)