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 {
21
21
22
22
dependencies {
23
23
// 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 '
25
25
}
26
26
}
27
27
28
28
apply plugin: 'com.smlnskgmail.jaman.flutterrb'
29
29
30
30
dependencies {
31
31
// 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 '
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group ' com.smlnskgmail.jaman.flutterrb'
9
- version ' 1.0.0 '
9
+ version ' 1.0.1 '
10
10
11
11
repositories {
12
12
mavenCentral()
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ class InfoPlugin implements Plugin<Project> {
12
12
def output = [
13
13
' version' : project. version
14
14
]
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
+ )
16
18
outputFile. write(
17
19
JsonOutput . prettyPrint(
18
20
JsonOutput . toJson(output)
You can’t perform that action at this time.
0 commit comments