File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dg deploy
23
23
1 ) Open your <code >build.gradle</code > on your project root and add a dependency.
24
24
``` groovy
25
25
dependency {
26
- classpath 'com.deploygate:gradle:1.0.4 '
26
+ classpath 'com.deploygate:gradle:1.1.0 '
27
27
}
28
28
```
29
29
@@ -67,7 +67,7 @@ buildscript {
67
67
}
68
68
69
69
dependencies {
70
- classpath 'com.deploygate:gradle:1.0.4 ' // add this line
70
+ classpath 'com.deploygate:gradle:1.1.0 ' // add this line
71
71
}
72
72
}
73
73
```
@@ -140,6 +140,10 @@ Note that these values are used as default values so `build.gradle` may override
140
140
141
141
# Changes
142
142
143
+ ## ver 1.1.0
144
+
145
+ * Add noAssemble option for just uploading artifacts (by @operando )
146
+
143
147
## ver 1.0.4
144
148
145
149
* Fix: Browser doesn't open on the first upload
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
3
3
4
4
group = ' com.deploygate'
5
5
archivesBaseName = ' gradle'
6
- version = ' 1.0.4 '
6
+ version = ' 1.1.0 '
7
7
8
8
repositories {
9
9
mavenCentral()
You can’t perform that action at this time.
0 commit comments