Skip to content

Commit

Permalink
Updated gradle-python and set conda dir to home
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Dec 1, 2024
1 parent be62517 commit 5545b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ plugins {
id("com.pswidersk.python-plugin")
}

pythonPlugin {
useHomeDir = true
}

val srcGenJava = "src/gen/java"

sourceSets.main {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[versions]
jUnit = "5.10.0"
mockito = "5.14.2"
python-gradle-plugin = "2.7.3"
python-gradle-plugin = "2.8.1"

[libraries]
junit-jupiter-core = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "jUnit" }
Expand Down

0 comments on commit 5545b03

Please sign in to comment.