Skip to content

Commit b25ac67

Browse files
Publish native-no-ffm JAR (#127)
1 parent ebb97c4 commit b25ac67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.sc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ object native extends JavaModule with WindowsAnsiPublishModule {
124124
}
125125
}
126126

127+
object `native-no-ffm` extends JavaModule with WindowsAnsiPublishModule {
128+
def artifactName = Task {
129+
native.artifactName() + "-no-ffm"
130+
}
131+
def ivyDeps = native.ivyDeps
132+
133+
def sources = native.sources
134+
}
135+
127136
object `native-graalvm` extends JavaModule with WindowsAnsiPublishModule {
128137
def moduleDeps = Seq(native)
129138
def artifactName = "native-terminal-graalvm"

0 commit comments

Comments
 (0)