Skip to content

Commit 5b96a45

Browse files
committed
♻️refactor: Update project configuration and Gradle version
- Update App Insights app ID - Change bytecode target level from 17 to 21 - Set Gradle test runner to CHOOSE_PER_TEST - Add new JUnit and Kotlin test configuration producers - Upgrade Gradle wrapper from 7.5 to 8.5 - Update project language level to JDK 21 - Enable external storage configuration manager
1 parent a59fd48 commit 5b96a45

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.idea/appInsightsSettings.xml

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

.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/gradle.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: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Apr 09 14:05:17 BRT 2022
1+
#Fri Sep 12 12:32:19 BRT 2025
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)