You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binded foreachs need a DAG entry per foreach iteration, causing
scalability problems in large foreachs when computing dependencies.
This commit alleviates this by adding a dependencies cache with
dependency computation results that do not changes while the DAG
is not modified.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<groupId>org.sing_group</groupId>
7
7
<artifactId>compi</artifactId>
8
8
<packaging>pom</packaging>
9
-
<version>1.3.4</version>
9
+
<version>1.3.5</version>
10
10
<!-- WARNING: change version using (in the parent project): mvn versions:set -DnewVersion=[new_version] mvn versions:commit This will change the version
0 commit comments