will-molloy / java-template

template repo for Java projects using Gradle with everything setup
https://github.com/will-molloy/java-template/generate
GNU General Public License v2.0
4 stars 58 forks source link

Migrate to `gradle.kts` (Gradle Kotlin DSL) #234

Closed will-molloy closed 1 year ago

will-molloy commented 1 year ago

A bit painful!

Closes #232

codecov[bot] commented 1 year ago

Codecov Report

Merging #234 (3768981) into main (3d6fb33) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main      #234   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         2         2           
===========================================
  Files              1         1           
  Lines              4         4           
===========================================
  Hits               4         4           
Flag Coverage Δ
integration-tests-macos-latest ?
integration-tests-ubuntu-latest 100.00% <100.00%> (ø)
integration-tests-windows-latest 100.00% <100.00%> (ø)
unit-tests-macos-latest 100.00% <100.00%> (ø)
unit-tests-ubuntu-latest 100.00% <100.00%> (ø)
unit-tests-windows-latest 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...world/src/main/java/com/willmolloy/HelloWorld.java 100.00% <100.00%> (ø)