archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Clean up build.gradle file #236

Open jacomago opened 3 weeks ago

jacomago commented 3 weeks ago

Best is to convert to kotlin, as then the file is typechecked. But otherwise apply consistency in the usage of groovy code.

For example there is both

id 'com.palantir.git-version' version '3.0.0'

And

id("com.diffplug.spotless") version "6.25.0"

Should use only double quotes or only single quotes. And should wrap with brackets or not.