mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
Separate unit-test data from integ-test samples
- Upgraded `samples/basic` to use latest Gradle version.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.12')
|
||||
}
|
||||
Reference in New Issue
Block a user