Skip to content

Commit

Permalink
updated gradle publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SrRapero720 committed Oct 13, 2023
1 parent a823ab1 commit aa851ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 55 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/gradle-publish.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ name: Java CI with Gradle

on:
push:
branches: [ "master" ]
branches: [ "master", "2.0.x" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "2.0.x" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
- name: Setup JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
- name: Build Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build

0 comments on commit aa851ff

Please sign in to comment.