Skip to content

Commit

Permalink
Improve GitHub configuration, bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed May 7, 2018
1 parent d9efa70 commit fb73ae8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ apply plugin: 'propdeps'
apply plugin: 'idea'

group = 'faforever'
version = '1.1.4'
version = '1.1.5'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ faf-api:
file-url-format: ${FEATURED_MOD_URL_FORMAT:http://content.test.faforever.com/faf/updaterNew/%s/%s}
bireus-url-format: ${FEATURED_MOD_BIREUS_URL_FORMAT:https://content.test.faforever.com/repositories/%s}
git-hub:
access-token: ${GITHUB_ACCESS_TOKEN:none}
deployment-environment: ${GITHUB_DEPLOYMENT_ENVIRONMENT:development}
webhook-secret: ${GITHUB_WEBHOOK_SECRET:none}
deployment:
forged-alliance-exe-path: ${FORGED_ALLIANCE_EXE_PATH}
repositories-directory: ${REPOSITORIES_DIRECTORY:build/cache/repos}
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ faf-api:
file-url-format: ${FEATURED_MOD_URL_FORMAT}
bireus-url-format: ${FEATURED_MOD_BIREUS_URL_FORMAT}
git-hub:
access-token: ${GITHUB_ACCESS_TOKEN:false}
deployment-environment: ${GITHUB_DEPLOYMENT_ENVIRONMENT:production}
webhook-secret: ${GITHUB_WEBHOOK_SECRET:false}
deployment:
forged-alliance-exe-path: ${FORGED_ALLIANCE_EXE_PATH}
repositories-directory: ${REPOSITORIES_DIRECTORY}
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ faf-api:
client-id: ${MAUTIC_CLIENT_ID:false}
client-secret: ${MAUTIC_CLIENT_SECRET:false}
access-token-url: ${MAUTIC_ACCESS_TOKEN_URL:false}
git-hub:
access-token: ${GITHUB_ACCESS_TOKEN:false}
webhook-secret: ${GITHUB_WEBHOOK_SECRET:false}

spring:
application:
Expand Down

0 comments on commit fb73ae8

Please sign in to comment.