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.
- Host: GitHub
- URL: https://github.com/bearddan2000/swift-cli-gradle-xcode-hello-world
- Owner: bearddan2000
- Created: 2022-03-26T18:11:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-26T18:11:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T16:42:43.841Z (about 1 year ago)
- Topics: cli, gradle, hello, swift, world, xcode
- Language: Shell
- Homepage: https://github.com/bearddan2000/swift-cli-gradle-xcode-hello-world
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)