Skip to content

Commit 43e3eb4

Browse files
committed
Remove unused code and plugins from gradle files
1 parent ae3c30b commit 43e3eb4

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

easyadapter-compiler/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'java-library'
33
id 'kotlin'
4-
id 'maven-publish'
54
}
65

76
java {
@@ -16,15 +15,4 @@ dependencies {
1615
implementation "com.google.devtools.ksp:symbol-processing-api:1.6.10-1.0.2"
1716
}
1817

19-
// For publishing on Jitpack
20-
afterEvaluate {
21-
publishing {
22-
publications {
23-
release(MavenPublication) {
24-
from components.java
25-
}
26-
}
27-
}
28-
}
29-
3018
apply plugin: "com.vanniktech.maven.publish"

easyadapter/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
plugins {
22
id 'java-library'
33
id 'kotlin'
4-
id 'maven-publish'
54
}
65

76
java {
87
sourceCompatibility = JavaVersion.VERSION_1_8
98
targetCompatibility = JavaVersion.VERSION_1_8
109
}
1110

12-
// For publishing on Jitpack
13-
afterEvaluate {
14-
publishing {
15-
publications {
16-
release(MavenPublication) {
17-
from components.java
18-
}
19-
}
20-
}
21-
}
22-
2311
apply plugin: "com.vanniktech.maven.publish"

0 commit comments

Comments
 (0)