Skip to content

Bump net.dv8tion:JDA from 5.0.0 to 5.2.0 #6

Bump net.dv8tion:JDA from 5.0.0 to 5.2.0

Bump net.dv8tion:JDA from 5.0.0 to 5.2.0 #6

Workflow file for this run

name: Build Project
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
name: Gradle Setup
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Change Permissions
run: chmod +x ./gradlew
- name: Gradle Information
run: ./gradlew tasks project dependencies
- name: Gradle Build
run: ./gradlew build