Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Aug 2, 2023
1 parent 51e3b45 commit a50708f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/src/main/java/bio/terra/pfb/GitConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import java.io.InputStream;
import java.util.Properties;

// Read properties from cli/build/resources/main/git.properties file
// Enables automatically pulling library version from git.properties to use as CLI version
// Note: Generate the git.properties file by running the generateGitProperties Gradle Command
public class GitConfiguration {
private static final String GIT_PROPERTIES_FILE_NAME = "git.properties";
private static final String CLI_VERSION_BUILD_PROPERTY = "javapfb.cli.version.build";
Expand Down

0 comments on commit a50708f

Please sign in to comment.