This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 581c8335 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

still experimenting with automatic git info

parent bd205643
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!7Resolve "Fix secrets in source code!"
......@@ -17,7 +17,8 @@ import at.ac.uibk.gitsearch.config.ApplicationProperties.DeploymentInfo;
public class ApplicationInfoResource {
private final Logger log = LoggerFactory.getLogger(ApplicationInfoResource.class);
@SuppressWarnings("unused")
private final Logger log = LoggerFactory.getLogger(ApplicationInfoResource.class);
private final ApplicationProperties applicationProperties;
......
......@@ -175,5 +175,5 @@ application:
url: http://dev-exchange.codeability.org
mainGroup: exchange
deployment-info:
commit-id: "${git.commitId}"
branch: "${git.branch}"
\ No newline at end of file
commit-id: "${gitCommitId}"
branch: "${gitBranch}"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment