Skip to content

add tooltip to VLabel, add label shortcuts for textarea and input #412

add tooltip to VLabel, add label shortcuts for textarea and input

add tooltip to VLabel, add label shortcuts for textarea and input #412

Workflow file for this run

name: Build on Push
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean compile
working-directory: bot
env:
JAVA_TOOL_OPTIONS: --enable-preview