Skip to content

Commit

Permalink
Move release-gradle-plugin to root
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Feb 16, 2021
1 parent 51060e7 commit ba8af19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ext.GITHUB_REPOSITORY_NAME = "bye-bye-jetifier"

apply plugin: "com.dipien.component.builder"
apply plugin: 'com.jdroidtools.root'
apply plugin: "com.dipien.releasegradleplugin"

buildscript {
repositories {
Expand All @@ -24,6 +25,7 @@ buildscript {
dependencies {
classpath(BuildLibs.DIPIEN_COMPONENT_BUILDER)
classpath(BuildLibs.JDROID_GRADLE_ROOT_PLUGIN)
classpath(BuildLibs.RELEASE_GRADLE_PLUGIN)
}
}

Expand Down
2 changes: 0 additions & 2 deletions bye-bye-jetifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ ext.GRADLE_PLUGIN_PORTAL_ID = "com.dipien.byebyejetifier"
ext.GRADLE_PLUGIN_PORTAL_IMPLEMENTATION_CLASS = "com.dipien.byebyejetifier.ByeByeJetifierGradlePlugin"

apply plugin: "com.jdroidtools.gradle.plugin"
apply plugin: "com.dipien.releasegradleplugin"

buildscript {
dependencies {
classpath(BuildLibs.JDROID_GRADLE_PROJECT_PLUGIN)
classpath(BuildLibs.RELEASE_GRADLE_PLUGIN)
}
}

Expand Down

0 comments on commit ba8af19

Please sign in to comment.