Skip to content

Fix theming when related to shop exit and refactorings #1347

Fix theming when related to shop exit and refactorings

Fix theming when related to shop exit and refactorings #1347

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 17
- name: Build
run: ./gradlew build