scalameta / sbt-native-image

Plugin to generate native-image binaries with sbt
248 stars 22 forks source link

No native-image-configs folder when running nativeImageRunAgent for play framework. #67

Open Elvis5566 opened 1 year ago

Elvis5566 commented 1 year ago

Describe the bug

This is actually a question. When I run nativeImageRunAgent, there is no native-image-configs in target folder for play framework. Does anyone know how to fix it?

Thank you

To Reproduce Steps to reproduce the behavior:

  1. Download play framework sample project. https://github.com/Elvis5566/play-scala-seed

  2. Run $sbt nativeImageRunAgent

Expected behavior

There should be a native-image-configs folder which contains reflect-config.json file.

Screenshots

Installation:

Search terms play framework