Skip to content

Commit

Permalink
Merge pull request #29 from FlintMC/fix/crash-on-setup
Browse files Browse the repository at this point in the history
Fix crash
  • Loading branch information
Janrupf authored Jun 2, 2021
2 parents ba86ec0 + ac8eed3 commit 682edc4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ public void configure() {
staticFileInput,
packageDependencyInput,
resolveArtifactURLsTask.getCacheFile(),
generateStaticFileChecksumsTask.getCacheFile(),
repositoryInput
generateStaticFileChecksumsTask.getCacheFile()
);
generateFlintManifestJarTask.setGroup("publishing");
generateFlintManifestJarTask.setDescription("Generates the flint manifest.json to include in the jar file and caches it");
Expand All @@ -160,8 +159,7 @@ public void configure() {
staticFileInput,
packageDependencyInput,
resolveArtifactURLsTask.getCacheFile(),
generateStaticFileChecksumsTask.getCacheFile(),
repositoryInput
generateStaticFileChecksumsTask.getCacheFile()
);
Jar jar = (Jar) project.getTasks().getByName("jar");
generateFlintManifestDistributorTask.setGroup("publishing");
Expand Down

0 comments on commit 682edc4

Please sign in to comment.