Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.peterabeles.gversion from 1.10 to 1.10.2 #23

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
spotless:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# If the action is triggered by Dependabot, do not run these checks
if: ${{ github.actor != 'dependabot[bot]' }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -49,4 +51,4 @@ jobs:
- name: Create commit of formatted code
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[Spotless] Apply formatting"
commit_message: "[Spotless] Apply formatting"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2024.3.1"
id "com.diffplug.spotless" version "6.25.0"
id "com.peterabeles.gversion" version "1.10"
id "com.peterabeles.gversion" version "1.10.2"
}

sourceCompatibility = JavaVersion.VERSION_17
Expand Down
Loading