mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
19 lines
383 B
Groovy
19 lines
383 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* This is a general purpose Gradle build.
|
|
* To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.3/samples
|
|
*/
|
|
|
|
apply plugin: 'java-library'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
api 'org.apache.commons:commons-math3:3.6.1'
|
|
|
|
api 'org.junit.jupiter:junit-jupiter-api:5.12.1'
|
|
}
|