mirror of
https://gitcode.com/gh_mirrors/on/onvif.git
synced 2025-12-30 05:22:27 +00:00
14 lines
396 B
Groovy
14 lines
396 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
plugins {
|
|
// Support convention plugins written in Groovy. Convention plugins are build scripts in 'src/main' that automatically become available as plugins in the main build.
|
|
id 'groovy-gradle-plugin'
|
|
}
|
|
|
|
repositories {
|
|
// Use the plugin portal to apply community plugins in convention plugins.
|
|
gradlePluginPortal()
|
|
}
|