mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-08 09:16:11 +02:00
Separate unit-test data from integ-test samples
- Upgraded `samples/basic` to use latest Gradle version.
This commit is contained in:
parent
beeeba406f
commit
f09d75249f
22 changed files with 338 additions and 6 deletions
11
__tests__/data/crypto-utils-test/build.gradle
Normal file
11
__tests__/data/crypto-utils-test/build.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.12')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue