All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.gradleplugins.toolkit.buildlogic.classes-relocation.gradle Maven / Gradle / Ivy

There is a newer version: 0.69.7
Show newest version
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