Skip to content

Commit

Permalink
#F-266 Fixed
Browse files Browse the repository at this point in the history
Gradle Multi Project Monorepo: fix @nullable field
  • Loading branch information
ak-git committed Sep 12, 2024
1 parent 55f2309 commit b6a9f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Desktop/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ logging:
# trace / FINEST - pure bytes, (IN from hardware, com.ak.comm.core)
# ALL
comm: info
version: 2024.08.25
version: 2024.09.12
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sonar {

allprojects {
group = 'com.ak'
version = '2024.08.25'
version = '2024.09.12'
apply plugin: 'idea'
idea {
module {
Expand Down

0 comments on commit b6a9f69

Please sign in to comment.