Skip to content

Commit

Permalink
VSCode Support
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 10, 2024
1 parent e1775c4 commit 5f9e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ include 'smoothness-weblib'
include 'smoothness-demo'

gradle.projectsLoaded({
gradle.rootProject.version new File("${projectDir}/VERSION").text
gradle.rootProject.version new File("${rootProject.projectDir}/VERSION").text
gradle.rootProject.ext.releaseDate = new Date().format('MMM dd yyyy')
})

0 comments on commit 5f9e0bc

Please sign in to comment.