name.remal.gradleplugins.toolkit.buildlogic.classes-relocation.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of build-logic Show documentation
Show all versions of build-logic Show documentation
Remal Gradle plugins: toolkit: build-logic
allprojects {
pluginManager.withPlugin('name.remal.classes-relocation') {
dependencies {
excludeFromForcedClassesRelocation 'com.google.code.findbugs:jsr305'
excludeFromForcedClassesRelocation 'org.jetbrains:annotations'
}
classesRelocation {
relocatedClassesPackageName = "${project.baseJavaPackage}.internal._relocated"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy