1
0
Fork 0
mirror of https://github.com/gradle/gradle-build-action.git synced 2025-04-08 06:14:14 +02:00
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}"