We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a646a46 commit a69fd19Copy full SHA for a69fd19
1 file changed
python-embed-gradle-plugin/build.gradle
@@ -38,7 +38,7 @@ gradlePlugin {
38
39
dependencies {
40
implementation gradleApi()
41
- implementation 'io.github.howtis:python-embed-build-common'
+ implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}"
42
43
testImplementation platform('org.junit:junit-bom:5.11.4')
44
testImplementation 'org.junit.jupiter:junit-jupiter'
0 commit comments