mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-08 01:06:12 +02:00
Add a very-limited ‘no-wrapper’ test Gradle build
Will use this for testing Gradle execution with different versions and mechanisms.
This commit is contained in:
parent
26b92e3f5c
commit
63fea55da4
4 changed files with 24 additions and 4 deletions
3
__tests__/samples/no-wrapper/settings.gradle
Normal file
3
__tests__/samples/no-wrapper/settings.gradle
Normal file
|
@ -0,0 +1,3 @@
|
|||
rootProject.name = 'no-wrapper'
|
||||
|
||||
println "Using Gradle version: ${gradle.gradleVersion}"
|
Loading…
Add table
Add a link
Reference in a new issue