exercism / kotlin-test-runner

GNU Affero General Public License v3.0
4 stars 11 forks source link

Use Gradle Docker image #20

Closed dector closed 3 years ago

dector commented 3 years ago

Instead of bundling Gradle manually

dector commented 3 years ago

Yes, this is the main problem - Gradle is loading libraries from the Internet. Bundling cache is not included in this PR.

ErikSchierboom commented 3 years ago

Feel free to merge and add that in a follow-up PR