File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/main/groovy/com/smlnskgmail/jaman/flutterrb Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ buildscript {
2121
2222 dependencies {
2323 // Other dependencies
24- classpath 'com.github.fartem:flutter-rb-gradle-plugin:1.0.0 '
24+ classpath 'com.github.fartem:flutter-rb-gradle-plugin:1.0.1 '
2525 }
2626}
2727
2828apply plugin: 'com.smlnskgmail.jaman.flutterrb'
2929
3030dependencies {
3131 // Other dependencies
32- implementation 'com.github.fartem:flutter-rb-gradle-plugin:1.0.0 '
32+ implementation 'com.github.fartem:flutter-rb-gradle-plugin:1.0.1 '
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' com.smlnskgmail.jaman.flutterrb'
9- version ' 1.0.0 '
9+ version ' 1.0.1 '
1010
1111repositories {
1212 mavenCentral()
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ class InfoPlugin implements Plugin<Project> {
1212 def output = [
1313 ' version' : project. version
1414 ]
15- def outputFile = new File (' ./flutter_rb_gradle_plugin_output.json' )
15+ def outputFile = new File (
16+ " $project . rootDir . path /flutter_rb_gradle_plugin_output.json"
17+ )
1618 outputFile. write(
1719 JsonOutput . prettyPrint(
1820 JsonOutput . toJson(output)
You can’t perform that action at this time.
0 commit comments