Skip to content

Commit

Permalink
PyGradle Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Sep 10, 2024
1 parent 369ee2a commit 2c9d346
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 @@ -69,7 +69,7 @@ tasks.register('pyGradleUpdate') {
into "${gradleDir}"
}
copy {
from "${gradleDir}/py-gradle-master/src/main/groovy"
from "${gradleDir}/py-gradle-master/src/main/gradle"
into "${gradleDir}"
include '**/*.gradle'
}
Expand Down

0 comments on commit 2c9d346

Please sign in to comment.