This repository was archived by the owner on Oct 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfury
More file actions
43 lines (37 loc) · 1.53 KB
/
Copy pathfury
File metadata and controls
43 lines (37 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This is a buildfile for Fury or Wrath.
# More information is available at: https://github.com/propensive/wrath/
target anthology/test
repo propensive/probably
repo propensive/larceny
repo propensive/fulminate
repo propensive/galilei
repo propensive/eucalyptus
repo propensive/hellenism
repo propensive/symbolism
repo propensive/vacuous
project anthology
module core
compiler scala
sources src/core
include hellenism/core
module scala
compiler scala
sources src/scala
include rudiments/core galilei/core ambience/core anthology/core anticipation/log
module java
compiler scala
sources src/java
include rudiments/core galilei/core ambience/core anthology/core anticipation/log
module kotlin
compiler scala
sources src/kotlin
include rudiments/core galilei/core ambience/core anthology/core
lib kotlin-compiler https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler/1.9.22/kotlin-compiler-1.9.22.jar
lib kotlin-script-runtime https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-script-runtime/1.9.22/kotlin-script-runtime-1.9.22.jar
lib kotlin-stdlib https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar
lib kotlin-reflect https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.6.10/kotlin-reflect-1.6.10.jar
module test
compiler scala
sources src/test
include probably/cli anthology/scala anthology/java
main anthology.Tests