olafurpg / setup-scala

GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...) via Jabba. Works for any JVM language including Java, Scala and Kotlin.
MIT License
168 stars 30 forks source link

Custom maven registry #10

Closed chenrui333 closed 4 years ago

chenrui333 commented 4 years ago

We have in house maven registry, I wonder how I can use this action for it.

olafurpg commented 4 years ago

Thank you for reporting! This action only installs the JDK via jabba https://github.com/shyiko/jabba

The rest of the setup is left up to users to decide. Does that answer your question?

chenrui333 commented 4 years ago

@olafurpg I am curious if there are any examples of doing it.

olafurpg commented 4 years ago

That’s a question for sbt or the build tool you are using. There’s not much this repo can help there.

chenrui333 commented 4 years ago

OK, yeah, I wish there are more examples in the repo to help with the use. I will explore myself on this thing then. Thanks anyway!!