Skip to content

chore(deps): update dependency io.github.gradle-nexus.publish-plugin to v2 #279

chore(deps): update dependency io.github.gradle-nexus.publish-plugin to v2

chore(deps): update dependency io.github.gradle-nexus.publish-plugin to v2 #279

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Build
run: ./gradlew clean build --refresh-dependencies --parallel