Skip to content

Commit

Permalink
fix: Fixate build-info-extractor-gradle version to 4.24.5 (linkedin#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Sahin authored Jun 29, 2021
1 parent be014b0 commit 3a6860e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
classpath 'com.github.node-gradle:gradle-node-plugin:2.2.4'
classpath 'com.linkedin.pegasus:gradle-plugins:' + pegasusVersion
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.2.RELEASE'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4+"
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.24.5"
classpath "org.shipkit:shipkit-auto-version:1.1.1"
classpath "org.shipkit:shipkit-changelog:1.1.1"
}
Expand Down

0 comments on commit 3a6860e

Please sign in to comment.