mirror of
https://github.com/github/codeql.git
synced 2026-06-29 16:47:09 +02:00
19 lines
402 B
Groovy
19 lines
402 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 {
|
|
maven {
|
|
url = 'https://maven-central.storage-download.googleapis.com/maven2/'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api 'org.apache.commons:commons-math3:3.6.1'
|
|
}
|