This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maven package Java project Web App to Linux on Azure | |
| # Build your Java project and deploy it to Azure as a Linux web app | |
| # Add steps that analyze code, save build artifacts, deploy, and more: | |
| # https://docs.microsoft.com/azure/devops/pipelines/languages/java | |
| trigger: | |
| - main | |
| variables: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew search gradle | |
| //list of versions avaiable | |
| brew install gradle@2.14 | |
| //and link intellij to the gradle location |