An open API service indexing awesome lists of open source software.

https://github.com/bearddan2000/swift-cli-gradle-xcode-hello-world

A POC for gradle build for swift.
https://github.com/bearddan2000/swift-cli-gradle-xcode-hello-world

cli gradle hello swift world xcode

Last synced: 12 months ago
JSON representation

A POC for gradle build for swift.

Awesome Lists containing this project

README

          

# swift-cli-gradle-xcode-hello-world

## Description
A POC for gradle build for swift.
The Dockerfile uses multi stage build.
This will only compile not run.

## Tech stack
- gradle
- swift

## Docker stack
- gradle:jdk11
- swift

## To run
`sudo ./install.sh -u`

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
[Example](https://blog.gradle.org/introducing-the-swift-plugins)