Skip to content

Commit

Permalink
Use new release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Jul 7, 2020
1 parent aef0207 commit 903433d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
}
}
plugins {
id("net.researchgate.release")
id("com.faendir.gradle.release")
id("com.jfrog.bintray")
}

Expand Down Expand Up @@ -267,8 +267,6 @@ tasks.register("printVersion") {

// UTILS

fun ReleaseExtension.git(configure: GitConfig.() -> Unit) = (getProperty("git") as GitConfig).configure()

@Suppress("ObjectLiteralToLambda")
fun subprojects(action: Project.() -> Unit) = subprojects(object : Action<Project> {
override fun execute(t: Project) = t.action()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ androidMinVersion=14
androidBuildPluginVersion=4.0.0
buildToolsVersion=29.0.2
bintrayPluginVersion=1.8.5
releasePluginVersion=2.8.1
releasePluginVersion=3.0.0
autoServiceVersion=1.0-rc6
junitVersion=4.12
robolectricVersion=4.4-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pluginManagement {
google()
}
plugins {
id("net.researchgate.release") version releasePluginVersion
id("com.faendir.gradle.release") version releasePluginVersion
kotlin("android") version kotlinVersion
id("com.jfrog.bintray") version bintrayPluginVersion
}
Expand Down

0 comments on commit 903433d

Please sign in to comment.