Skip to content

Commit

Permalink
Remove old gradle ext
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Oct 7, 2024
1 parent 9e480d8 commit eafe874
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ configurations {
}

ext {
python = (System.getenv('PYTHON_HOME') ?: '') + '/python3'
pyrcc = (System.getenv('QT_HOME') ?: '') + '/pyrcc5'
sourceRoot = "${rootDir}/src"
gradleDir = "${rootDir}/gradle"
application = "${sourceRoot}/main/__main__.py"
Expand Down

0 comments on commit eafe874

Please sign in to comment.