Skip to content

Commit

Permalink
Remove eclipse plugin from autoconfig project
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeens committed Nov 29, 2023
1 parent 8780770 commit 97c7255
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contentgrid-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'eclipse'
}

configurations {
eclipseExtraClasspath.extendsFrom compileOnly

compileOnly {
extendsFrom(annotationProcessor)
}
Expand All @@ -16,12 +13,6 @@ configurations {
}
}

eclipse {
classpath {
plusConfigurations += [ configurations.eclipseExtraClasspath ]
}
}

dependencies {
annotationProcessor platform(project(':contentgrid-spring-boot-platform'))
annotationProcessor 'org.projectlombok:lombok'
Expand Down

0 comments on commit 97c7255

Please sign in to comment.