Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created June 25, 2019 11:54
Show Gist options
  • Save mgrebenets/3d886e057f6d44e42cc87f7b4005eaf9 to your computer and use it in GitHub Desktop.
Save mgrebenets/3d886e057f6d44e42cc87f7b4005eaf9 to your computer and use it in GitHub Desktop.
mkdir -p ~/projects/teamcity-rest-client
cd ~/projects/teamcity-rest-client
# Package structure and Kotlin file.
mkdir -p src/main/kotlin/client
touch src/main/kotlin/client/Client.kt
# Create Gradle wrapper.
gradle wrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment