mirror of
https://github.com/ethauvin/rife2-bld-hello.git
synced 2025-04-25 08:47:12 -07:00
Updated to bld 1.9.1.
Updated dependencies.
This commit is contained in:
parent
abc92212d6
commit
2b470630fe
5 changed files with 7 additions and 7 deletions
4
.idea/libraries/bld.xml
generated
4
.idea/libraries/bld.xml
generated
|
@ -2,12 +2,12 @@
|
|||
<library name="bld">
|
||||
<CLASSES>
|
||||
<root url="file://$PROJECT_DIR$/lib/bld" />
|
||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.9.0.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.9.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="file://$PROJECT_DIR$/lib/bld" />
|
||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.9.0-sources.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.bld/dist/bld-1.9.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
<excluded>
|
||||
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />
|
||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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 not shown.
|
@ -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
|
||||
|
|
|
@ -28,9 +28,9 @@ public class AppBuild extends WebProject {
|
|||
.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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue