resolution-cache reports not found in Playframework 2.8

When I upgrade my Play framework project to 2.8.4 with SBT 1.4.1. The resolution-cache/reports cannot be generated by running ‘sbt dist’.

Here is my build.sbt

name := """play-java"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
scalaVersion := "2.12.12"
updateOptions := updateOptions.value.withCachedResolution(true)
libraryDependencies += guice

Is there any way to generate the resolution-cache/reports?

thanks,
Kalin

Hi @kalinchih,

this sounds like a regression in sbt 1.4 for Play (or even generally). Could you please raise an issue at https://github.com/playframework/playframework/issues/new/choose

Thanks,