Skip to content

Commit 0d171f9

Browse files
Fawaz JosephFawaz Joseph
authored andcommitted
Upgrading gradle environment
1 parent c725b9b commit 0d171f9

File tree

15 files changed

+131
-68
lines changed

15 files changed

+131
-68
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,8 @@ fabric.properties
138138
hs_err_pid*
139139

140140
# End of https://www.toptal.com/developers/gitignore/api/kotlin,intellij
141+
142+
.gradle
143+
.idea
144+
.qodana
145+
build
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Sun Nov 05 17:07:21 EST 2023
2-
gradle.version=7.6.1
1+
#Sun Nov 05 20:03:00 EST 2023
2+
gradle.version=8.4
-1.69 KB
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

.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/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.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44
### Changed
5+
- Upgrading Gradle Version
6+
7+
8+
## [1.0.7]
9+
### Changed
510
- Updated Intellij Version
611

712
## [1.0.6]

0 commit comments

Comments
 (0)