Skip to content

Commit

Permalink
update buildInfo plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev committed Aug 28, 2024
1 parent 0693dd2 commit a38c66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath(Config.Plugins.kotlin)
classpath(Config.Plugins.google)
classpath(Config.Plugins.mavenPublish)
// classpath(Config.Plugins.buildInfo)
classpath(Config.Plugins.buildInfo)
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Config {
const val google = "com.google.gms:google-services:4.3.8"

const val mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.14.2"
const val buildInfo = "org.jfrog.buildinfo:build-info-extractor-gradle:4.15.2"
const val buildInfo = "org.jfrog.buildinfo:build-info-extractor-gradle:4.33.21"
}

object Libs {
Expand Down

0 comments on commit a38c66d

Please sign in to comment.