Skip to content

Commit

Permalink
relocate the zapper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 14, 2024
1 parent a242b88 commit 627e1f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private fun Project.createRelocationsFile(outputDir: File, extension: ZapperExte
relocationRules.add("${it.pattern}:${extension.relocationPrefix}.${it.newPattern}")
relocate(it.pattern, "${extension.relocationPrefix}.${it.newPattern}")
}
relocate("revxrsal.zapper", "${extension.relocationPrefix}.zapper")
}
relocationsFile.writeText(relocationRules.joinToString("\n"))
}
Expand Down

0 comments on commit 627e1f0

Please sign in to comment.