Skip to content

Commit

Permalink
Updated to bld 1.9.1.
Browse files Browse the repository at this point in the history
Updated dependencies.
  • Loading branch information
gbevin committed May 2, 2024
1 parent abc9221 commit 2b47063
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/bld.xml

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

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.referencedLibraries": [
"${HOME}/.bld/dist/bld-1.9.0.jar",
"${HOME}/.bld/dist/bld-1.9.1.jar",
"lib/**/*.jar"
]
}
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES
bld.downloadLocation=
bld.version=1.9.0
bld.version=1.9.1
6 changes: 3 additions & 3 deletions src/bld/java/hello/AppBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public AppBuild() {
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,2)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,2)));
scope(standalone)
.include(dependency("org.eclipse.jetty.ee10", "jetty-ee10", version(12,0,6)))
.include(dependency("org.eclipse.jetty.ee10", "jetty-ee10-servlet", version(12,0,6)))
.include(dependency("org.slf4j", "slf4j-simple", version(2,0,12)));
.include(dependency("org.eclipse.jetty.ee10", "jetty-ee10", version(12,0,8)))
.include(dependency("org.eclipse.jetty.ee10", "jetty-ee10-servlet", version(12,0,8)))
.include(dependency("org.slf4j", "slf4j-simple", version(2,0,13)));

precompileOperation().templateTypes(HTML);
}
Expand Down

0 comments on commit 2b47063

Please sign in to comment.