Skip to content

Commit

Permalink
fix: artifacts from deobfDeps is not wroking
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Apr 28, 2023
1 parent 32932e5 commit 7cd84a0
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 7cd84a0

Please sign in to comment.