Skip to content

Commit eee93f3

Browse files
committed
Switch to plantir-java-format
1 parent bdee9b6 commit eee93f3

10 files changed

+23
-342
lines changed

build.gradle

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ import org.gradle.internal.os.OperatingSystem
22
import org.jabref.build.xjc.XjcPlugin
33
import org.jabref.build.xjc.XjcTask
44

5+
buildscript {
6+
repositories {
7+
gradlePluginPortal()
8+
mavenCentral()
9+
}
10+
dependencies {
11+
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.38.0'
12+
}
13+
}
14+
515
plugins {
616
id 'application'
717

@@ -22,17 +32,18 @@ plugins {
2232
id 'jacoco'
2333

2434
id 'checkstyle'
35+
id 'org.openrewrite.rewrite' version '6.4.0'
2536

2637
id 'project-report'
2738

2839
id 'idea'
29-
30-
id 'org.openrewrite.rewrite' version '6.4.0'
3140
}
3241

3342
// Enable following for debugging
3443
// gradle.startParameter.showStacktrace = org.gradle.api.logging.configuration.ShowStacktrace.
3544

45+
apply plugin: 'com.palantir.java-format'
46+
3647
apply plugin: XjcPlugin
3748

3849
apply from: 'eclipse.gradle'

config/IntelliJ Code Style.xml

Lines changed: 0 additions & 296 deletions
This file was deleted.
40.3 KB
Loading
53.5 KB
Loading
45.6 KB
Loading

0 commit comments

Comments
 (0)