Skip to content

Commit

Permalink
update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed May 20, 2024
1 parent cfebac7 commit daac2f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,17 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Test and deploy

on: [push]

# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

# permissions:
# contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'corretto'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
server:
port: 8081
app:
proxy:
host: ${PROXY_HOST}
Expand Down

0 comments on commit daac2f7

Please sign in to comment.