gradle-build-action/__tests__/samples/no-wrapper/settings.gradle
Daz DeBoer 0aafbc68cc
Add a very-limited ‘no-wrapper’ test Gradle build
Will use this for testing Gradle execution with different versions and mechanisms.
2021-07-05 14:55:26 -06:00

3 lines
No EOL
88 B
Groovy

rootProject.name = 'no-wrapper'
println "Using Gradle version: ${gradle.gradleVersion}"