gradle-build-action/__tests__/samples/no-wrapper/settings.gradle
Daz DeBoer c7670d2373
Add a very-limited ‘no-wrapper’ test Gradle build
Will use this for testing Gradle execution with different versions and mechanisms.
2021-07-06 12:02:28 -06:00

3 lines
No EOL
88 B
Groovy

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