File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
aspect-model-editor-runtime
aspect-model-editor-service Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
4848
4949 - name : Creating native image (Mac)
5050 if : matrix.os == 'macos-13'
51- run : mvn install -P native-image,native-test-config -Dos.platform=mac -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dorg.slf4j.simpleLogger.log.org.apache.jena=info
51+ run : mvn install -P native-image,native-test-config -Dos.platform=mac -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
5252 env :
5353 TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454
5555 - name : Creating native image (Linux)
5656 if : matrix.os == 'ubuntu-latest'
57- run : mvn install -P native-image,native-test-config -Dos.platform=linux -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dorg.slf4j.simpleLogger.log.org.apache.jena=info
57+ run : mvn install -P native-image,native-test-config -Dos.platform=linux -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
5858 env :
5959 TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060
6464
6565 - name : Creating native image (Win)
6666 if : matrix.os == 'windows-latest'
67- run : mvn install -P native-image,native-test-config -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60 -Dorg.slf4j.simpleLogger.defaultLogLevel=info -Dorg.slf4j.simpleLogger.log.org.apache.jena=info
67+ run : mvn install -P native-image,native-test-config -D os.platform=win -D maven.wagon.httpconnectionManager.ttlSeconds=60
6868 env :
6969 TOKEN : ${{ secrets.GITHUB_TOKEN }}
7070
Original file line number Diff line number Diff line change 342342 <reuseForks >false</reuseForks >
343343 <argLine >--add-exports org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED</argLine >
344344 <argLine >-agentlib:native-image-agent=config-merge-dir=${native-config-path} </argLine >
345+ <systemPropertyVariables >
346+ <org .slf4j.simpleLogger.defaultLogLevel>info</org .slf4j.simpleLogger.defaultLogLevel>
347+ <org .slf4j.simpleLogger.log.org.apache.jena>info</org .slf4j.simpleLogger.log.org.apache.jena>
348+ </systemPropertyVariables >
345349 </configuration >
346350 </plugin >
347351 <plugin >
Original file line number Diff line number Diff line change 156156 <configuration >
157157 <skip >false</skip >
158158 <argLine >-agentlib:native-image-agent=config-output-dir=${project.build.directory} /native-config</argLine >
159+ <systemPropertyVariables >
160+ <org .slf4j.simpleLogger.defaultLogLevel>info</org .slf4j.simpleLogger.defaultLogLevel>
161+ <org .slf4j.simpleLogger.log.org.apache.jena>info</org .slf4j.simpleLogger.log.org.apache.jena>
162+ </systemPropertyVariables >
159163 </configuration >
160164 </plugin >
161165 </plugins >
You can’t perform that action at this time.
0 commit comments