1
0
Fork 0
mirror of https://github.com/gradle/gradle-build-action.git synced 2025-04-10 23:34:14 +02:00
gradle-build-action/test/jest/resources/cache-cleanup/build.gradle
2022-08-24 08:19:52 -06:00

11 lines
178 B
Groovy

plugins {
id 'java-library'
}
repositories {
mavenCentral()
}
dependencies {
api "org.apache.commons:commons-math3:${System.properties['commons_math3_version']}"
}