-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update plugin versions under Add to an existing application
programatically
#3346
Comments
This will have to happen on the backend due to rate limiting by Github. |
Maven plugin versions API call: https://search.maven.org/solrsearch/select?q=g:io.openliberty.tools+AND+a:liberty-maven-plugin&core=gav&rows=20&wt=json |
Gradle plugin versions API call: https://search.maven.org/solrsearch/select?q=g:io.openliberty.tools+AND+a:liberty-gradle-plugin&core=gav&rows=20&wt=json |
We cannot make an API request to the above links due to CORS issues. Try to see if there is another source for us to pull the version numbers from. |
Use an API request to get the latest maven/gradle plugin versions for the
Add to an existing application
section on the start page.The text was updated successfully, but these errors were encountered: