Skip to content

Commit

Permalink
Fixed bad include syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Feb 1, 2024
1 parent 08d0b46 commit 587dbc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/bld/java/hello/AppBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public AppBuild() {
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,1)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,1)));
scope(standalone)
.include(dependency("org.eclipse.jetty", "jetty-server", version(12,0,6))
.include(dependency("org.eclipse.jetty", "jetty-server", version(12,0,6)))
.include(dependency("org.eclipse.jetty", "jetty-servlet", version(11,0,20)))
.include(dependency("org.slf4j", "slf4j-simple", version(2,0,11)));

Expand Down

0 comments on commit 587dbc4

Please sign in to comment.