Skip to content

Commit

Permalink
Upgrade introduced error where there was previously warning for impli…
Browse files Browse the repository at this point in the history
…ed dependancy
  • Loading branch information
cwisniew committed Apr 16, 2023
1 parent 619ae2d commit 50cf08d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
plugins {
id "application"
id "org.ajoberstar.grgit" version "5.0.0"
id "com.diffplug.spotless" version "6.16.0"
id "com.diffplug.spotless" version "6.18.0"
id 'org.openjfx.javafxplugin' version '0.0.13'
id 'org.beryx.runtime' version '1.12.7'
id "com.google.protobuf" version "0.8.19"
Expand Down Expand Up @@ -558,3 +558,4 @@ task createWrapper(type: Wrapper) {

// Configure current release tag in Sentry.io properties
processResources.dependsOn configSentryRelease
configSentryRelease.dependsOn 'spotlessCheck'

0 comments on commit 50cf08d

Please sign in to comment.