Skip to content

Commit

Permalink
Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
TechsCode committed Mar 20, 2020
1 parent ff9ee08 commit 713e1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/TechsCode/GradleBasePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void apply(Project project) {
System.out.println("Applying Plugin "+(new File(".").getAbsolutePath()));
System.out.println(project.getBuildDir().getAbsoluteFile().getAbsolutePath());

project.getPluginManager().apply("com.github.johnrengelman.shadow");
project.getPlugins().apply("com.github.johnrengelman.shadow");
project.getTasksByName("build", false).stream().findFirst().get().dependsOn("shadowJar");

project.setProperty("sourceCompatibility", "1.8");
Expand Down

0 comments on commit 713e1af

Please sign in to comment.