diff --git a/.circleci/config.yml b/.circleci/config.yml index d6baf5c..93b34ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,6 @@ jobs: - restore_cache: keys: - v1-dependencies-{{ checksum "pom.xml" }} - - run: gu install native-image # https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.developing-your-first-application.native-build-tools.maven - run: ./mvnw -Pnative native:compile - store_test_results: