alpha-asp / Alpha

A lazy-grounding Answer-Set Programming system
BSD 2-Clause "Simplified" License
58 stars 10 forks source link

gradle: 7.0 -> 7.3 #312

Closed lorenzleutgeb closed 2 years ago

lorenzleutgeb commented 2 years ago

This is a port of #310.

We get a new warning:

'compileJava' task (current target is 11) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.

Looks like https://github.com/gradle/gradle/issues/18935 to me, let's wait and see.

codecov[bot] commented 2 years ago

Codecov Report

Merging #312 (64d03b7) into modules (31e6cab) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             modules     #312   +/-   ##
==========================================
  Coverage      69.49%   69.49%           
  Complexity      2092     2092           
==========================================
  Files            182      182           
  Lines           8008     8008           
  Branches        1416     1416           
==========================================
  Hits            5565     5565           
  Misses          2088     2088           
  Partials         355      355           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31e6cab...64d03b7. Read the comment docs.