File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ function check_jar {
132
132
}
133
133
134
134
check_jar " dotty-interfaces" $INTERFACES_JAR " interfaces/src" ' INTERFACES_JAR=$(build_jar dotty-interfaces/package interfaces/target)'
135
- check_jar " dotty" $MAIN_JAR " compiler/src" ' MAIN_JAR=$(build_jar dotty-compiler/package compiler/target/scala-$SCALA_BINARY_VERSION)'
135
+ check_jar " dotty-compiler " $MAIN_JAR " compiler/src" ' MAIN_JAR=$(build_jar dotty-compiler/package compiler/target/scala-$SCALA_BINARY_VERSION)'
136
136
check_jar " dotty-library" $DOTTY_LIB_JAR " library/src" ' DOTTY_LIB_JAR=$(build_jar dotty-library/package library/target/scala-$SCALA_BINARY_VERSION)'
137
137
check_jar " dotty-tests" $TEST_JAR " compiler/test" ' TEST_JAR=$(build_jar dotty-compiler/test:package compiler/target/scala-$SCALA_BINARY_VERSION /dotty.*-tests\.jar/p)'
138
138
You can’t perform that action at this time.
0 commit comments