This repository was archived by the owner on May 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
commandline/main/java/org/comroid/commandline
spellbind/main/java/org/comroid/spellbind Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 projectDescription = " Command Line Tools"
88}
99
10- dependencies {
11- if (isAutoDeploy) {
12- api ' com.github.comroid-git:util:master-SNAPSHOT'
13- } else {
14- api project(" :util" )
15- }
16- }
17-
1810apply from : " $parent . projectDir /gradle/publishing.gradle"
Original file line number Diff line number Diff line change 77 projectDescription = " ThreadPools with interruptible tasks"
88}
99
10- dependencies {
11- if (isAutoDeploy) {
12- api ' com.github.comroid-git:util:master-SNAPSHOT'
13- } else {
14- api project(" :util" )
15- }
16- }
17-
1810apply from : " $parent . projectDir /gradle/publishing.gradle"
Original file line number Diff line number Diff line change @@ -62,9 +62,11 @@ repositories {
6262dependencies {
6363 if (project. name != ' interfaces' ) {
6464 if (isAutoDeploy) {
65+ // todo add guardian core dependency
6566 api ' com.github.comroid-git:api:master-SNAPSHOT'
6667 } else {
6768 api project(' :api' )
69+ api project(" :guardian:core" )
6870 }
6971 }
7072
Original file line number Diff line number Diff line change 99
1010dependencies {
1111 if (isAutoDeploy) {
12- api ' com.github.comroid-git:util:master-SNAPSHOT'
1312 api project(" :spellbind" )
1413 } else {
15- api project(" :util" )
1614 api project(" :common-util:spellbind" )
1715 }
1816}
Original file line number Diff line number Diff line change 99
1010dependencies {
1111 if (isAutoDeploy) {
12- api ' com.github.comroid-git:util:master-SNAPSHOT'
1312 api project(" :spellbind" )
1413 } else {
15- api project(" :util" )
1614 api project(" :common-util:spellbind" )
1715 }
1816}
Original file line number Diff line number Diff line change 77 projectDescription = " Blackmagic Proxies"
88}
99
10- dependencies {
11- if (isAutoDeploy) {
12- api ' com.github.comroid-git:util:master-SNAPSHOT'
13- } else {
14- api project(" :util" )
15- }
16- }
17-
1810apply from : " $parent . projectDir /gradle/publishing.gradle"
Original file line number Diff line number Diff line change 22
33import org .comroid .mutatio .ref .KeyedReference ;
44import org .comroid .mutatio .ref .Reference ;
5- import org .comroid .trie .TrieMap ;
65import org .jetbrains .annotations .NotNull ;
76
87import java .util .Map ;
Original file line number Diff line number Diff line change 44import org .comroid .mutatio .ref .Reference ;
55import org .comroid .mutatio .ref .ReferenceIndex ;
66import org .comroid .mutatio .ref .ReferenceMap ;
7- import org .comroid .trie .TrieMap ;
87
98import java .util .Map ;
109import java .util .concurrent .ConcurrentHashMap ;
Original file line number Diff line number Diff line change 44import org .comroid .common .exception .AssertionException ;
55import org .comroid .spellbind .model .TypeFragment ;
66import org .comroid .spellbind .model .TypeFragmentProvider ;
7- import org .comroid .trie .TrieMap ;
87import org .jetbrains .annotations .ApiStatus .Internal ;
98import org .jetbrains .annotations .Nullable ;
109
Original file line number Diff line number Diff line change 88}
99
1010dependencies {
11- if (isAutoDeploy) {
12- api ' com.github.comroid-git:util:master-SNAPSHOT'
13- } else {
14- api project(" :util" )
15- }
16-
1711 implementation ' com.alibaba:fastjson:1.2.71'
1812 implementation ' com.squareup.okhttp3:okhttp:4.9.0'
1913}
You can’t perform that action at this time.
0 commit comments