Skip to content

Commit

Permalink
rename project and builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Oct 16, 2023
1 parent a648bd8 commit 9a674cb
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

FROM openjdk:8-jre-alpine
VOLUME /tmp
COPY build/libs/eventmesh-console-*.jar eventmesh-console.jar
COPY build/libs/eventmesh-admin-*.jar eventmesh-admin.jar
ENV JAVA_OPTS=""
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar /eventmesh-console.jar"]
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar /eventmesh-admin.jar"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
* limitations under the License.
*/

rootProject.name = 'eventmesh-console'
rootProject.name = 'eventmesh-admin'

0 comments on commit 9a674cb

Please sign in to comment.