Skip to content

Commit

Permalink
コードフォーマッタをspotlessに変更 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Nov 24, 2021
1 parent f4569c2 commit 62f17a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ buildscript {
dependencies {
classpath "org.openjfx:javafx-plugin:0.0.8"
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0'

// Code Format
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.0.0"
}
}

Expand All @@ -28,9 +31,6 @@ plugins {
// Apply the application plugin to add support for building a CLI application.
id 'application'

// Code formatter
id 'com.github.sherter.google-java-format' version '0.8'

id 'jacoco'
}

Expand Down

0 comments on commit 62f17a0

Please sign in to comment.