File tree Expand file tree Collapse file tree 4 files changed +0
-61
lines changed
plugins/edc-build/src/main/java/org/eclipse/edc/plugins/edcbuild Expand file tree Collapse file tree 4 files changed +0
-61
lines changed Original file line number Diff line number Diff line change 3434import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .checkstyle ;
3535import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .defaultDependencies ;
3636import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .jar ;
37- import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .java ;
3837import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .mavenPom ;
3938import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .mavenPublication ;
4039import static org .eclipse .edc .plugins .edcbuild .conventions .Conventions .mavenPublishing ;
@@ -73,7 +72,6 @@ public void apply(Project target) {
7372 // apply the conventions
7473 of (
7574 rootBuildScript (),
76- java (),
7775 repositories (),
7876 defaultDependencies (),
7977 checkstyle (),
Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ public static EdcConvention mavenPom() {
4343 return new MavenArtifactConvention ();
4444 }
4545
46- public static EdcConvention java () {
47- return new JavaConvention ();
48- }
49-
5046 public static EdcConvention allDependencies () {
5147 return new AllDependenciesConvention ();
5248 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818import org .gradle .api .Action ;
1919import org .gradle .api .model .ObjectFactory ;
2020import org .gradle .api .provider .Property ;
21- import org .gradle .jvm .toolchain .JavaLanguageVersion ;
2221
2322/**
2423 * Root configuration resource for the EDC Build plugin
@@ -47,8 +46,6 @@ public MavenPomExtension getPom() {
4746 return pom ;
4847 }
4948
50- public abstract Property <JavaLanguageVersion > getJavaLanguageVersion ();
51-
5249 public SwaggerGeneratorExtension getSwagger () {
5350 return swagger ;
5451 }
You can’t perform that action at this time.
0 commit comments