Skip to content

Commit

Permalink
[build system] expose panamaconverter to t1release fat jar
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored and sequencer committed Apr 2, 2024
1 parent 232ac04 commit adc65cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ trait Elaborator
* */
object t1package extends ScalaModule {
def scalaVersion = T(v.scala)
def moduleDeps = super.moduleDeps ++ Seq(t1, ipemu, subsystem)
def moduleDeps = super.moduleDeps ++ Seq(t1, ipemu, subsystem, panamaconverter)
override def sourceJar: T[PathRef] = T(Jvm.createJar(T.traverse(transitiveModuleDeps)(dep => T.sequence(Seq(dep.allSources, dep.resources, dep.compileResources)))().flatten.flatten.map(_.path).filter(os.exists), manifest()))
override def jar: T[PathRef] = T(Jvm.createJar(upstreamAssemblyClasspath().map(_.path).filter(os.exists), manifest()))
}
}

0 comments on commit adc65cd

Please sign in to comment.