You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use Jitpack.io to publish the library, I can see it runs this install command and does it successfully in the logs. But when I try to setup JitCI, it runs mvn -B de.qaware.maven:go-offline-maven-plugin:resolve-dependencies.
My question is, how to setup JitCI, so that the jitapack.yml content would be executed?
The text was updated successfully, but these errors were encountered:
Hi, I have a github repository with a jitpack.yml file, which contains the following code:
install:
- FILE="-Dfile=myLibrary.aar"
- mvn install:install-file $FILE -DgroupId=myGroupId -DartifactId=myArtifactId -Dversion=5.1.4 -Dpackaging=aar -DpomFile=pom.xml
If I use Jitpack.io to publish the library, I can see it runs this install command and does it successfully in the logs. But when I try to setup JitCI, it runs
mvn -B de.qaware.maven:go-offline-maven-plugin:resolve-dependencies
.My question is, how to setup JitCI, so that the jitapack.yml content would be executed?
The text was updated successfully, but these errors were encountered: