Skip to content

fix(deps): update dependency io.codearte.gradle.nexus:gradle-nexus-staging-plugin to v0.30.0 #331

fix(deps): update dependency io.codearte.gradle.nexus:gradle-nexus-staging-plugin to v0.30.0

fix(deps): update dependency io.codearte.gradle.nexus:gradle-nexus-staging-plugin to v0.30.0 #331

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '*'
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 50
submodules: true
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: |
8
21
distribution: 'zulu'
- name: Test
uses: burrunan/gradle-cache-action@v3
with:
job-id: jdk21
gradle-version: wrapper
arguments: |
--no-parallel --no-daemon --scan
build