mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-16 18:13:23 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44f7ef897f | ||
|
|
05cc667b51 |
@@ -3,7 +3,7 @@ name: "Load Dependency Graph"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "feature/ACS-11627_test"
|
||||
- "master"
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
workflow_dispatch:
|
||||
@@ -24,4 +24,4 @@ jobs:
|
||||
maven-args: -Dscopes=compile,runtime
|
||||
maven-username: ${{ secrets.NEXUS_USERNAME }}
|
||||
maven-password: ${{ secrets.NEXUS_PASSWORD }}
|
||||
maven-settings-path: ".ci.settings.xml"
|
||||
maven-settings-path: ".ci.settings.xml"
|
||||
@@ -142,7 +142,7 @@
|
||||
<dependency>
|
||||
<groupId>org.twdata.maven</groupId>
|
||||
<artifactId>mojo-executor</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<version>2.4.1</version>
|
||||
</dependency>
|
||||
<!-- ZIP directories in an easy way -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user