Skip to content

Commit

Permalink
Merge pull request #100 from anatawa12/fix-debof-compile-not-working
Browse files Browse the repository at this point in the history
fix: artifacts from deobfDeps is not wroking
  • Loading branch information
anatawa12 committed Apr 28, 2023
2 parents 32932e5 + 7cd84a0 commit 7d8be54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ public void execute(Project project)
return;

// add maven repo
addMavenRepo(project, "deobfDeps", delayedFile(DIR_DEOBF_DEPS).call().getAbsoluteFile().toURI().getPath());
addMavenRepo(project, "deobfDeps", delayedFile(DIR_DEOBF_DEPS).call().getAbsoluteFile().toURI().getPath(), false);

remapDeps(project, project.getConfigurations().getByName(CONFIG_DEOBF_COMPILE), CONFIG_DC_RESOLVED, compileDummy);
remapDeps(project, project.getConfigurations().getByName(CONFIG_DEOBF_PROVIDED), CONFIG_DP_RESOLVED, providedDummy);
Expand Down

0 comments on commit 7d8be54

Please sign in to comment.