Skip to content

Commit

Permalink
chore: Minor build improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkupty committed Oct 22, 2024
1 parent dab1b70 commit 331e257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions penna-yaml-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dependencies {
compileOnly libs.jackson.core
compileOnly libs.jackson.databind
compileOnly libs.jackson.yaml

// Annotations for better code readability
compileOnly libs.jetbrains.annotations

// (optional) SnakeYaml support
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'org.example'
version = '0.7.2'
version = '0.1' // version is not important for the sample app

repositories {
mavenCentral()
Expand Down

0 comments on commit 331e257

Please sign in to comment.