mirror of
https://abf.rosa.ru/djam/sbt.git
synced 2025-02-23 18:02:47 +00:00
26 lines
680 B
Properties
26 lines
680 B
Properties
![]() |
[scala]
|
||
|
version: FEDORA_SCALA_VERSION
|
||
|
|
||
|
[app]
|
||
|
org: ${sbt.organization-org.scala-sbt}
|
||
|
name: sbt
|
||
|
version: ${sbt.version-read(sbt.version)[FEDORA_SBT_VERSION]}
|
||
|
class: ${sbt.main.class-sbt.xMain}
|
||
|
components: xsbti,extra
|
||
|
cross-versioned: ${sbt.cross.versioned-false}
|
||
|
|
||
|
[repositories]
|
||
|
local: file:${fedora.sbt.ivy.dir-/usr/share/sbt/ivy-local}, [organization]/[module]/[revision]/ivy.xml, [organization]/[module]/[revision]/[artifact]-[revision].[ext]
|
||
|
|
||
|
[boot]
|
||
|
directory: ${fedora.sbt.boot.dir-/usr/share/sbt/boot}
|
||
|
|
||
|
[log]
|
||
|
level: debug
|
||
|
|
||
|
[ivy]
|
||
|
ivy-home: ${fedora.sbt.ivy.dir-/usr/share/sbt/ivy-local}
|
||
|
checksums: ${sbt.checksums-sha1,md5}
|
||
|
override-build-repos: true
|
||
|
|