Skip to content

chore: added new @ConsistentCopyVisibility annotation to private cons… #42

chore: added new @ConsistentCopyVisibility annotation to private cons…

chore: added new @ConsistentCopyVisibility annotation to private cons… #42

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Execute Gradle build
run: ./gradlew build
- name: Execute tests
run: ./gradlew test