Skip to content

Commit 1e76802

Browse files
committed
Merge branch 'develop.next' into hanxiao/eap
2 parents c6dcc36 + 9d6190e commit 1e76802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</execution>
168168
<execution>
169169
<id>test-compile-with-aspectj</id>
170-
<phase>process-classes</phase>
170+
<phase>process-test-classes</phase>
171171
<goals>
172172
<goal>test-compile</goal>
173173
</goals>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ task buildToolkitsLib {
5757

5858
maven {
5959
goals = "install"
60-
pom = file("${tempDir}/pom.xml")
60+
pom = file("${tempDir}/azure-toolkit-libs/pom.xml")
6161
}
6262
}
6363

0 commit comments

Comments
 (0)