Skip to content

Commit a69fd19

Browse files
whitewhite
authored andcommitted
fix: add missing build-common version in gradle-plugin dependency
1 parent a646a46 commit a69fd19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-embed-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gradlePlugin {
3838

3939
dependencies {
4040
implementation gradleApi()
41-
implementation 'io.github.howtis:python-embed-build-common'
41+
implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}"
4242

4343
testImplementation platform('org.junit:junit-bom:5.11.4')
4444
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)