From daac2f725cdef0d9ffed72f5ed4bebbf14b6f0bb Mon Sep 17 00:00:00 2001 From: t-takahashi Date: Mon, 20 May 2024 23:08:11 +0900 Subject: [PATCH] update gradle.yml --- .github/workflows/gradle.yml | 22 +++------------------- src/main/resources/application.yml | 2 -- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 75998e3..65e4a35 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1584992..6a5f15c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,3 @@ -server: - port: 8081 app: proxy: host: ${PROXY_HOST}