Skip to content

Commit

Permalink
upgrade spotless
Browse files Browse the repository at this point in the history
- fixes #103
  • Loading branch information
jimexist committed Oct 13, 2023
1 parent d969a81 commit 65307b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ buildscript {

plugins {
id 'java'
id 'com.diffplug.spotless' version '6.6.1' apply false
id 'com.diffplug.spotless' version '6.22.0' apply false
id 'com.google.osdetector' version "1.7.3" apply false
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ private static String getLibraryFileName() {
}
return prefix + libraryName + "." + getExtension();
}

/**
* @return the absolute path in the jar file for the jni library
*/
Expand Down

0 comments on commit 65307b4

Please sign in to comment.