mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Separate unit-test data from integ-test samples
- Upgraded `samples/basic` to use latest Gradle version.
This commit is contained in:
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')
|
||||
}
|
||||
Reference in New Issue
Block a user