Skip to content

Instantly share code, notes, and snippets.

View nellyk's full-sized avatar
👩‍💻

Nelly Kiboi nellyk

👩‍💻
View GitHub Profile
@nellyk
nellyk / azure-pipelines.yml
Created April 20, 2023 14:04
Azure Devops Pipeline Ylm with Terraform
# 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:
@nellyk
nellyk / gist:f9b8191e53041485fe333682ce866f3e
Last active November 30, 2019 21:57
install older gradle version to fix issue with jetty missing plugin in intellij
brew search gradle
//list of versions avaiable
brew install gradle@2.14
//and link intellij to the gradle location