Skip to content

Commit

Permalink
Update to esbuild-java 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Oct 1, 2024
1 parent a5e1b97 commit 1e0ac7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</dependency>
<dependency>
<groupId>io.mvnpm</groupId>
<artifactId>esbuild-java</artifactId>
<artifactId>esbuild-java-bundle-scss</artifactId>
<version>${esbuild-java.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void watch(WebBundlerConfig config,
}, false);
watchRef.set(watch);
devService = new DevServicesResultBuildItem.RunningDevService(
DEV_SERVICE_NAME, null, watch::stop, new HashMap<>());
DEV_SERVICE_NAME, null, watch::close, new HashMap<>());
devServices.produce(devService.toBuildItem());
if (!watch.firstBuildResult().isSuccess()) {
throw watch.firstBuildResult().bundleException();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<esbuild-java.version>1.4.3</esbuild-java.version>
<esbuild-java.version>1.5.0</esbuild-java.version>
<quarkus.version>3.12.0</quarkus.version>
<scrimage-core.version>4.1.1</scrimage-core.version>
</properties>
Expand Down

0 comments on commit 1e0ac7f

Please sign in to comment.