./gradlew clean build jibDockerBuild
./gradlew dockerRun -P demonize=true
docker logs -f -t spring-integration-kotlin-dsl &
docker exec -i spring-integration-kotlin-dsl bash -c 'echo "ololo trololo" > /tmp/target/inputs/first-file.txt'
docker exec -i spring-integration-kotlin-dsl bash -c 'echo "trololo|ololo" > /tmp/target/inputs/second-file.csv'
./gradlew dockerStop
git remote -> https
./gradlew reckonTagPush -Preckon.stage=final \
-Dorg.ajoberstar.grgit.auth.username=daggerok \
-Dorg.ajoberstar.grgit.auth.password=...
git remote -> git
./gradlew reckonTagPush -Preckon.stage=final
- https://www.youtube.com/watch?v=A9eDlMSTuE0
- https://www.youtube.com/watch?v=1llAwgOKjTY
- Official Gradle documentation
- Spring Boot Gradle Plugin Reference Guide
- Coroutines section of the Spring Framework Documentation
- Spring Integration
- Integrating Data
- Gradle Build Scans – insights for your project's build