feat: 🎉 Initial Commit
This commit is contained in:
23
build.gradle
Normal file
23
build.gradle
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 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'
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user