8000 Restrict external dependencies to 0.8 version · sakerbuild/saker.java.compiler@91b87b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91b87b9

Browse files
committed
Restrict external dependencies to 0.8 version
1 parent a59ea06 commit 91b87b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

impl/resources/META-INF/nest/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
saker.java.compiler-api
22
classpath: [this]
3-
saker.compiler.utils
3+
saker.compiler.utils-api
44
classpath: [0)
55

66
saker.java.compiler-impl-jdk8

main/resources/META-INF/nest/dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ saker.java.compiler-api
33
nest.repository.support-api
44
classpath: [0)
55
saker.sdk.support
6-
classpath: [0)
6+
classpath: 0.8
77
saker.compiler.utils
8-
classpath: [0)
8+
classpath: 0.8
99
saker.standard
10-
classpath: [0)
10+
classpath: 0.8

0 commit comments

Comments
 (0)
0