File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 15
15
<name >Quarkus - Gradle Plugin IT</name >
16
16
<description >Quarkus - Gradle Plugin Integration Test Dependencies</description >
17
17
18
+ <properties >
19
+ <gradle .executable>${project.basedir} /../gradle/gradlew</gradle .executable>
20
+ </properties >
21
+
18
22
<dependencies >
19
23
<dependency >
20
24
<groupId >io.quarkus</groupId >
75
79
<id >gradle-integration-test</id >
76
80
<phase >prepare-package</phase >
77
81
<configuration >
78
- <executable >${project.basedir} /../gradle/gradlew </executable >
82
+ <executable >${gradle.executable} </executable >
79
83
<arguments >
80
84
<argument >quarkusBuild</argument >
81
85
<argument >-S</argument >
90
94
</plugin >
91
95
</plugins >
92
96
</build >
97
+
98
+ <profiles >
99
+ <profile >
100
+ <id >windows</id >
101
+ <activation >
102
+ <os >
103
+ <family >windows</family >
104
+ </os >
105
+ </activation >
106
+ <properties >
107
+ <gradle .executable>${project.basedir} /../gradle/gradlew.bat</gradle .executable>
108
+ </properties >
109
+ </profile >
110
+ </profiles >
93
111
</project >
You can’t perform that action at this time.
0 commit comments