Skip to content

Commit 28e7e0b

Browse files
authored
chore: Update UTAM compiler to 2.0.8 (#45)
1 parent 7f9a64b commit 28e7e0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</modules>
1515

1616
<properties>
17-
<utam.framework.version>2.0.1</utam.framework.version>
17+
<utam.framework.version>2.0.8</utam.framework.version>
1818
<salesforce.pageobjects.version>5.0.0</salesforce.pageobjects.version>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)