🎨 Add spotless formatting (#2)
* 🎨 Add spotless formatting * 🚧 Add formatting check * 🚧 Fix workflow label, Add build workflow * 🛠️ Fix typos * 🏃 Make binaries ~run~executable * 🔧 Fix step name
This commit is contained in:
parent
e75ac48743
commit
56d6b8694a
7 changed files with 79 additions and 0 deletions
|
@ -2,11 +2,16 @@ plugins {
|
|||
java
|
||||
id("org.springframework.boot") version "3.3.5"
|
||||
id("io.spring.dependency-management") version "1.1.6"
|
||||
id("com.diffplug.spotless") version "6.25.0"
|
||||
}
|
||||
|
||||
group = "io.github.markl4yg.hca"
|
||||
version = "0.0.1-SNAPSHOT"
|
||||
|
||||
apply(
|
||||
from = file("./gradle/spotless.gradle")
|
||||
)
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue