mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Filling in logging and making cross-compile work.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package xsbti;
|
||||
|
||||
public abstract class CompileFailed extends RuntimeException
|
||||
{
|
||||
public abstract String[] arguments();
|
||||
}
|
||||
Reference in New Issue
Block a user