File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
src/main/groovy/org/tboox/gradle Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ XMake installed on the system. Available [here](https://github.com/xmake-io/xmak
5656
5757```
5858plugins {
59- id 'org.tboox.gradle-xmake-plugin' version '1.0.8 '
59+ id 'org.tboox.gradle-xmake-plugin' version '1.0.9 '
6060}
6161```
6262
@@ -70,7 +70,7 @@ buildscript {
7070 }
7171 }
7272 dependencies {
73- classpath 'org.tboox:gradle-xmake-plugin:1.0.8 '
73+ classpath 'org.tboox:gradle-xmake-plugin:1.0.9 '
7474 }
7575 repositories {
7676 mavenCentral()
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ xmake-gradle是一个无缝整合xmake的gradle插件。
5656
5757```
5858plugins {
59- id 'org.tboox.gradle-xmake-plugin' version '1.0.8 '
59+ id 'org.tboox.gradle-xmake-plugin' version '1.0.9 '
6060}
6161```
6262
@@ -70,7 +70,7 @@ buildscript {
7070 }
7171 }
7272 dependencies {
73- classpath 'org.tboox:gradle-xmake-plugin:1.0.8 '
73+ classpath 'org.tboox:gradle-xmake-plugin:1.0.9 '
7474 }
7575 repositories {
7676 mavenCentral()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88apply plugin : ' groovy'
99
1010group = " org.tboox"
11- version = " 1.0.8 "
11+ version = " 1.0.9 "
1212
1313repositories {
1414 // Use jcenter for resolving your dependencies.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class XMakeExecutor {
8484 // wait for process exit
8585 int retCode = process. waitFor()
8686 if (retCode != 0 )
87- throw new GradleException (" exec failed( " + retCode .. " )" )
87+ throw new GradleException (" exec failed( " + retCode + " )" )
8888 }
8989 catch (IOException e) {
9090 throw new GradleScriptException (TAG , e)
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.tboox.gradle-xmake-plugin' version ' 1.0.8 '
2+ id ' org.tboox.gradle-xmake-plugin' version ' 1.0.9 '
33}
44
55apply plugin : ' com.android.library'
You can’t perform that action at this time.
0 commit comments