23 lines
506 B
Groovy
23 lines
506 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.7/samples
|
|
*/
|
|
|
|
plugins {
|
|
id 'groovy'
|
|
id 'maven-publish'
|
|
}
|
|
|
|
group = 'com.fahrecker'
|
|
version = '0.0.1-SNAPSHOT'
|
|
|
|
gradlePlugin {
|
|
plugins {
|
|
flutterPlugin {
|
|
id = 'com.fahrecker.flutterGradlePlugin'
|
|
implementationClass = 'com.fahrecker.gradle.FlutterGradlePlugin'
|
|
}
|
|
}
|
|
} |