Skip to content

Commit

Permalink
Fix for spotless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed May 7, 2021
1 parent c9caf32 commit 2d1fac6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
buildscript {
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:5.12.4"
}

repositories {
mavenCentral()
}
}

// Access Git info from build script
plugins {
id "org.ajoberstar.grgit" version "4.1.0"
id "com.diffplug.spotless" version "5.0.0"
}


apply plugin: 'java-library'
apply plugin: 'com.diffplug.gradle.spotless'
apply plugin: 'com.diffplug.spotless'



project.sourceCompatibility = 16
Expand Down

0 comments on commit 2d1fac6

Please sign in to comment.