tiagobento commented on code in PR #6691:
URL:
https://github.com/apache/incubator-kie-drools/pull/6691#discussion_r3182666956
##########
devbox.lock:
##########
@@ -0,0 +1,57 @@
+{
+ "lockfile_version": "1",
+ "packages": {
+ "github:NixOS/nixpkgs/nixpkgs-unstable": {
+ "last_modified": "2026-04-15T12:22:54Z",
+ "resolved":
"github:NixOS/nixpkgs/566acc07c54dc807f91625bb286cb9b321b5f42a?lastModified=1776255774"
+ },
Review Comment:
Yes. I added Devbox since it's harmless for people not using it, but
essential for people using it 😅
I changed Maven to 3.9.11, and added JDK 21. For local development we should
be using JDK 21.
##########
devbox.json:
##########
@@ -0,0 +1,4 @@
+{
+ "$schema":
"https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
+ "packages": ["[email protected]"]
Review Comment:
Yes, please see my comment below.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]