Skip to content

Commit

Permalink
feat: enable enforcer check (DataLinkDC#2077)
Browse files Browse the repository at this point in the history
* refactor: package uri wrong, and trivial optimization

* feat: enable enforcer check

Signed-off-by: Licho <lecho.sun@gmail.com>

* Spotless Apply

* refactor: remove duplicate package

Signed-off-by: Licho <lecho.sun@gmail.com>

---------

Signed-off-by: Licho <lecho.sun@gmail.com>
Co-authored-by: leechor <leechor@users.noreply.github.com>
  • Loading branch information
leechor and leechor authored Jun 15, 2023
1 parent d50f125 commit aaea19e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
./mvnw -B clean install \
-Dmaven.test.skip=false \
-Dspotless.check.skip=true \
-Denforcer.skip=true \
-Denforcer.skip=false \
-Dmaven.javadoc.skip=true \
-P prod,scala-2.12,flink-single-version,flink-${{ matrix.flink }},maven-central \
--no-snapshot-updates
Expand Down
4 changes: 0 additions & 4 deletions dinky-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- 获取系统信息 -->
<dependency>
<groupId>com.github.oshi</groupId>
Expand Down

0 comments on commit aaea19e

Please sign in to comment.