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 bcb9530 commit 072bb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.gradle
/build
/.idea
/run/
/.vscode
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}
description = 'System Readiness Manager app'
group 'org.jlab'
version new File("./VERSION").text
version new File("${projectDir}/VERSION").text
ext.releaseDate = new Date().format('MMM dd yyyy')

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 072bb21

Please sign in to comment.