Skip to content

Commit 6bcda28

Browse files
committed
Update Gradle, Kotlin, Java configurations and dependencies
Upgraded Gradle to v8.11.1, Kotlin to v1.9.25, and Java bytecode to target JVM 21. Consolidated Python plugin configurations and enhanced deployment settings. Introduced new Gradle version catalog for library and plugin management.
1 parent 5b250ca commit 6bcda28

21 files changed

+491
-330
lines changed

.gitignore

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,16 @@ fabric.properties
9292
.idea/httpRequests
9393
### Java template
9494
# Compiled class file
95-
*.class
9695

9796
# Log file
98-
*.log
9997

10098
# BlueJ files
101-
*.ctxt
10299

103100
# Mobile Tools for Java (J2ME)
104-
.mtj.tmp/
105101

106102
# Package Files #
107-
*.jar
108-
*.war
109-
*.nar
110-
*.ear
111-
*.zip
112-
*.tar.gz
113-
*.rar
114103

115104
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
116-
hs_err_pid*
117105
### Windows template
118106
# Windows thumbnail cache files
119107
Thumbs.db
@@ -145,3 +133,4 @@ build
145133
.gradle
146134
src/main/gen
147135
token.txt
136+
.intellijPlatform

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deployment.xml

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/git_toolbox_blame.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/django-command-runner.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)