Skip to content

Commit

Permalink
Remove unused code and plugins from gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Feb 15, 2022
1 parent ae3c30b commit 43e3eb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions easyadapter-compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'java-library'
id 'kotlin'
id 'maven-publish'
}

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

// For publishing on Jitpack
afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.java
}
}
}
}

apply plugin: "com.vanniktech.maven.publish"
12 changes: 0 additions & 12 deletions easyadapter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
plugins {
id 'java-library'
id 'kotlin'
id 'maven-publish'
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

// For publishing on Jitpack
afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.java
}
}
}
}

apply plugin: "com.vanniktech.maven.publish"

0 comments on commit 43e3eb4

Please sign in to comment.