Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
192 commits
Select commit Hold shift + click to select a range
7020ca3
Attempt 1 at computing only once in pipes
burdoto Jun 27, 2020
d7e26f3
Add unwrap statement to actually call forEach
burdoto Jun 27, 2020
204be9f
Merge pull request #54 from comroid-git/pipe-compute-once-only
burdoto Jun 27, 2020
7241d29
Fixed Spellbind problems
burdoto Jun 27, 2020
0fbc615
Moved abstract methods to PartialMatrix subclasses
burdoto Jun 27, 2020
e77740d
Fixed inheritance + added Matrix#using methods
burdoto Jun 27, 2020
e9304d6
Fixed compatibility problems with CommandLineArgs
burdoto Jun 28, 2020
fe28c2b
trie fix no 83472
burdoto Jun 28, 2020
998de74
Update TrieMap.java
burdoto Jun 28, 2020
45d6576
Update TrieMap.java
burdoto Jun 28, 2020
7948d25
Fix TrieMap iteration
burdoto Jun 29, 2020
27ce72d
fix reference initialization
burdoto Jun 29, 2020
ef6a07f
added null check
burdoto Jun 29, 2020
bd34066
Remove effective duplicate method getStageByChar
burdoto Jun 29, 2020
09f62b0
Fixed TrieMap iteration & Stage Generation
burdoto Jun 29, 2020
ed01658
Fixed PumpTest
burdoto Jun 29, 2020
b6dbd51
Added flogger test implementation
burdoto Jun 29, 2020
ce06f7f
Update ListnrCore.java
burdoto Jun 29, 2020
961fe6b
Update ListnrCore.java
burdoto Jun 29, 2020
1677699
Fixed TrieMap performance
burdoto Jun 29, 2020
cbe36ed
Name fix
burdoto Jun 29, 2020
5ff20c3
use threadpool test
burdoto Jun 29, 2020
1eee208
Update FixedSizeThreadPoolTest.java
burdoto Jun 29, 2020
0c41aaf
fixed visibility
burdoto Jun 29, 2020
2984957
Moved Worker class to upper level
burdoto Jun 29, 2020
40b5d0f
Fix Listnr compile errors
burdoto Jun 29, 2020
3b9a7fc
fix uniform compile problems
burdoto Jun 29, 2020
4f408b1
Documentation fix
burdoto Jun 29, 2020
0a0aa80
doc update
burdoto Jun 29, 2020
7c40d0c
Implemented BasicCache#entryIndex()
burdoto Jun 29, 2020
a2a6671
Class fix
burdoto Jun 29, 2020
e7e4d25
user alternative formatted name if possible
burdoto Jun 29, 2020
b8d859e
Added JITAssistant#prepareStatic
burdoto Jun 30, 2020
81b2567
Update GroupBind.java
burdoto Jun 30, 2020
bb0b094
Actually add built binds to their groups
burdoto Jun 30, 2020
8358555
Improved performance of TrieMap#parsing
burdoto Jun 30, 2020
70452f9
Improved TrieMap debugging
burdoto Jun 30, 2020
5a6592e
keep trie map instance
burdoto Jun 30, 2020
e23e73c
Update SpellCore.java
burdoto Jun 30, 2020
a7959ea
change rethrowing
burdoto Jun 30, 2020
a122f84
Fix null handling
burdoto Jun 30, 2020
1ea3ead
trie map null access
burdoto Jun 30, 2020
91c44bb
improved exception text
burdoto Jun 30, 2020
9e512b2
Do not require non null
burdoto Jun 30, 2020
e10eb08
Do not filter by required
burdoto Jun 30, 2020
448da16
Fixed #isValidData
burdoto Jun 30, 2020
2de63ac
syntax fix
burdoto Jun 30, 2020
c6d4bfd
UniNode fix 1
burdoto Jul 5, 2020
ab7669c
Value Node fix 2
burdoto Jul 5, 2020
a473799
Added extra Value wrapping
burdoto Jul 5, 2020
9f86fed
HeldType extends Named
burdoto Jul 5, 2020
828fb2a
ValueType.toString
burdoto Jul 5, 2020
ef754d6
Fixed ValueType Function inheritance problems with Invocable
burdoto Jul 5, 2020
7fcbdfe
Improved accessor computation
burdoto Jul 5, 2020
962be4c
Update UniArrayNode.java
burdoto Jul 5, 2020
d1bd5ab
Improved Processor.snapshot
burdoto Jul 5, 2020
cf70740
corrected value setting
burdoto Jul 5, 2020
9111cf2
Code Cleanup
burdoto Jul 5, 2020
5e25a9a
Fix wrong lookup index
burdoto Jul 5, 2020
b25c418
Update WebSocketServer.java
burdoto Jul 5, 2020
c25c3b1
Added Processor.or()
burdoto Jul 5, 2020
9157798
gradle patch
burdoto Jul 7, 2020
0a24314
Gradle Patch 2
burdoto Jul 7, 2020
55881cf
Merge branch 'dev-status-server' into dev
burdoto Jul 7, 2020
7c4ab8d
gradle patch
burdoto Jul 7, 2020
780347d
pom
burdoto Jul 7, 2020
8e165ba
Update SerializationAdapter.java
burdoto Jul 8, 2020
a8a7813
Fix TrieMap.remove
burdoto Jul 8, 2020
4af7fd4
RestServer does not need a REST instance
burdoto Jul 8, 2020
15c35ce
Update ReflectionHelper.java
burdoto Jul 8, 2020
3189b9b
Update AssertionException.java
burdoto Jul 9, 2020
e66e4b6
added internal annotation
burdoto Jul 10, 2020
81e1df7
added compute
burdoto Jul 13, 2020
40962e5
Update Reference.java
burdoto Jul 13, 2020
1b702f3
Update Span.java
burdoto Jul 13, 2020
4d46b07
Update Pipe.java
burdoto Jul 13, 2020
9b26a4d
Introduce CachedValue
burdoto Jul 13, 2020
b5e89ad
Added outdating
burdoto Jul 13, 2020
5f32640
Updated Reference
burdoto Jul 13, 2020
e2bf712
processor update ^^1
burdoto Jul 13, 2020
783fe0e
Processor Patch 2
burdoto Jul 13, 2020
e4f52a7
Compiler fixes
burdoto Jul 13, 2020
4e17013
Fix computation
burdoto Jul 13, 2020
8593044
fix test
burdoto Jul 13, 2020
526a095
Update Processor.java
burdoto Jul 13, 2020
ee3e320
Fixed reference outdating
burdoto Jul 14, 2020
7b8530d
Cleanup Code
burdoto Jul 14, 2020
3111493
Update TrieMap.java
burdoto Jul 14, 2020
c905373
Update TrieMap.java
burdoto Jul 14, 2020
574c12e
Update LoopManagerTest.java
burdoto Jul 14, 2020
20306b4
Mutatio compatibility patches
burdoto Jul 14, 2020
c71e36f
Update build.gradle
burdoto Jul 14, 2020
e83b11c
Added BiPipe.merge
burdoto Jul 14, 2020
f68bce8
patches
burdoto Jul 14, 2020
dc345c9
listnr again.........................................................…
burdoto Jul 14, 2020
a3d3fe1
garbage
burdoto Jul 14, 2020
4ce75da
Add UniNode#getMimeType
burdoto Jul 24, 2020
fc40356
Updated Rest Response construction
burdoto Jul 24, 2020
4caa8e9
Updated response handling in server
burdoto Jul 24, 2020
f4381a2
Updated EventManager structure
burdoto Jul 24, 2020
1544924
Added event type initialization
burdoto Jul 24, 2020
a6bf22b
WebSocket fix 1
burdoto Jul 24, 2020
ae2ee0a
Introduce UnderlyingEventManager
burdoto Jul 24, 2020
2dda195
Pull internal method up
burdoto Jul 24, 2020
3a01732
Update WebSocketServer.java
burdoto Jul 24, 2020
b576384
Added Dependency object
burdoto Jul 24, 2020
7e09717
Added dependent to existing handler chain
burdoto Jul 24, 2020
0ba80e5
fix
burdoto Jul 24, 2020
d63cac0
event manager update
burdoto Jul 24, 2020
f36f9af
remove need for RootBind annotation if in same class
burdoto Jul 24, 2020
ae6d013
added #rootGroup method
burdoto Jul 24, 2020
d3995d0
Update GroupBind.java
burdoto Jul 24, 2020
01d8f74
UniObjectNode returns itself on empty field name
burdoto Jul 24, 2020
1f4909b
Added Matrix#remove
burdoto Jul 24, 2020
5d10c90
Update GroupBind.java
burdoto Jul 25, 2020
bd0f7da
Update Reference.java
burdoto Jul 25, 2020
de0e811
Update BindBuilder.java
burdoto Jul 25, 2020
42f4daf
Update Processor.java
burdoto Jul 25, 2020
2098044
stuff
burdoto Jul 26, 2020
7cac0f6
örks
burdoto Jul 26, 2020
7c5e01f
Replace Dependency Object on VarBind with DataContainer instance
burdoto Jul 26, 2020
aa31764
Add test group to TrieMapTest
burdoto Jul 26, 2020
d8e018d
Update TrieMapTest.java
burdoto Jul 26, 2020
c655738
Added Processor#map(Class)
burdoto Jul 28, 2020
5dd38dc
fuck this bullshit
burdoto Jul 29, 2020
21a0187
Updated missing method handling
burdoto Aug 2, 2020
941b67b
generic & inheritance fix
burdoto Aug 2, 2020
de470f4
Update build.gradle
burdoto Aug 2, 2020
9ea9deb
Update SortedResultingPipe.java
burdoto Aug 2, 2020
67ca6d6
Updated missing method handling
burdoto Aug 2, 2020
7de9fce
generic & inheritance fix
burdoto Aug 2, 2020
c4761dc
Update build.gradle
burdoto Aug 2, 2020
d776c6b
Update SortedResultingPipe.java
burdoto Aug 2, 2020
26a6b1c
Allowed plain string data handling
burdoto Aug 2, 2020
51748d6
megacommit no #3245246524
burdoto Aug 2, 2020
f92e82b
Merge branch 'dev-restless-files' of https://github.com/comroid-git/c…
burdoto Aug 2, 2020
ee52db4
Introduce BiProcessor
burdoto Aug 12, 2020
55f4906
Introduce JacksonAdapter & JacksonXMLAdapter
burdoto Aug 15, 2020
4f656e0
implemented #parse() and #typeOfData methods
burdoto Aug 15, 2020
34f9c3f
Update JacksonAdapter.java
burdoto Aug 15, 2020
80f5a90
Merge remote-tracking branch 'origin/varbind-resolve-with-container' …
burdoto Aug 15, 2020
07c4be0
Merge remote-tracking branch 'origin/trie-fuck-this-bullshit' into dev
burdoto Aug 15, 2020
9ba62f1
Merge remote-tracking branch 'origin/dev-varbind-caches' into dev
burdoto Aug 15, 2020
1813a0e
Merge remote-tracking branch 'origin/dev-restless-files' into dev
burdoto Aug 15, 2020
126270a
merge conflicts
burdoto Aug 15, 2020
d344d83
ReferenceMap patch
burdoto Aug 15, 2020
8b2a584
uhm
burdoto Aug 19, 2020
3e61a4e
Merge branch 'dev' of https://github.com/comroid-git/common-util into…
burdoto Aug 19, 2020
b4d841b
asdasd
burdoto Aug 19, 2020
396c1d9
fixes
burdoto Aug 19, 2020
f6e70c9
gcdhjdghjghj
burdoto Aug 19, 2020
5ce805a
gcdhjdghjghj
burdoto Aug 19, 2020
f2394a7
small fix
burdoto Aug 20, 2020
f72556e
stuff
burdoto Aug 23, 2020
25e634d
fix univaluenode again
burdoto Aug 23, 2020
e64e94f
Fix UniNode Object Accessors
burdoto Aug 23, 2020
6ad5407
unwrap strings when converting
burdoto Aug 23, 2020
39670bb
update DataContainer#put(VarBind, T);
burdoto Aug 23, 2020
11cbfe6
Added annotations
burdoto Aug 24, 2020
6971dd3
added Span#process(int)
burdoto Aug 24, 2020
1d4e141
code cleanup
burdoto Aug 24, 2020
e12b0b4
improve compute methods
burdoto Aug 24, 2020
15976de
another fix
burdoto Aug 30, 2020
5097a71
fix wrong primitivve type usage
burdoto Aug 30, 2020
704a5c5
always return proxy on self call
burdoto Aug 30, 2020
30bb5c2
Update DataContainerBase.java
burdoto Aug 30, 2020
496d16e
remove explicit extends
burdoto Aug 30, 2020
da86f1e
wth?
burdoto Aug 30, 2020
c827ba6
improved #finish methods
burdoto Aug 30, 2020
a56f4c3
Add self supplier as parameter to DataContainerBase
burdoto Aug 30, 2020
ca597fe
matrix implementation + fixes
burdoto Aug 30, 2020
9d60bf4
compat fixes
burdoto Sep 8, 2020
0cdbe19
added ReferenceMap#streamRefs
burdoto Sep 8, 2020
84b5935
moved methods to reference
burdoto Sep 8, 2020
7944d82
Update DataContainerBuilder.java
burdoto Sep 8, 2020
f7bc24d
Added #buildBody method
burdoto Sep 8, 2020
9d9869f
Add CommandLineArgs#hasName
burdoto Sep 8, 2020
5f547ee
Update MultithreadUtil.java
burdoto Sep 8, 2020
59db8df
fixes
burdoto Sep 8, 2020
29da4d9
updated DataContainerBuilder
burdoto Sep 8, 2020
179a892
Moved up Important interfaces
burdoto Sep 8, 2020
0009859
Improve intercompatibility
burdoto Sep 8, 2020
2fef28c
VarBind implements ValuePointer
burdoto Sep 8, 2020
1849cf4
oh
burdoto Sep 8, 2020
3fc9264
Update ValueType.java
burdoto Sep 8, 2020
7a2e3f7
added UniNode#has(Named)
burdoto Sep 8, 2020
8d3be8e
Wrap form data into object node
burdoto Sep 8, 2020
ab1104f
Update EndpointHandler.java
burdoto Sep 8, 2020
043cf19
Removed first generic parameter from Pipe class
burdoto Sep 15, 2020
bce5135
Fixed FutureReference
burdoto Sep 15, 2020
9584387
add pipe#map(class)
burdoto Sep 15, 2020
7669fda
Update global.gradle
burdoto Sep 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group 'org.comroid.util'

tasks.findByName('wrapper').configure {
tasks.findByName('wrapper')?.configure {
gradleVersion = '6.2'
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
}
Expand All @@ -14,7 +14,7 @@ configurations {
subprojects {
group 'org.comroid'
apply plugin: 'java-library'
apply from: "$rootDir/gradle/vars.gradle"
apply from: "$rootDir/gradle/javadoc.gradle"
apply from: "$rootDir/gradle/global.gradle"
apply from: "$parent.projectDir/gradle/vars.gradle"
apply from: "$parent.projectDir/gradle/javadoc.gradle"
apply from: "$parent.projectDir/gradle/global.gradle"
}
4 changes: 2 additions & 2 deletions commandline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
}

dependencies {
api project(':common-util')
api project(':common-util:common-util')
}

apply from: "$rootDir/gradle/publishing.gradle"
apply from: "$parent.projectDir/gradle/publishing.gradle"
22 changes: 8 additions & 14 deletions commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.comroid</groupId>
<artifactId>commandline</artifactId>
<version>0.10.1-SNAPSHOT</version>
<name>common-util</name>
<version>0.10.3-SNAPSHOT</version>
<name>repo</name>
<description>Command Line Tools</description>
<url>https://github.com/comroid-git/common-util</url>
<url>https://github.com/comroid-git/repo</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
Expand All @@ -28,21 +28,21 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/comroid-git/common-util.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/common-util.git</developerConnection>
<url>https://github.com/comroid-git/common-util</url>
<connection>scm:git:git://github.com/comroid-git/repo.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/repo.git</developerConnection>
<url>https://github.com/comroid-git/repo</url>
</scm>
<dependencies>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>interfaces</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>common-util</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -51,11 +51,5 @@
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions common-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
}

dependencies {
api project(':trie')
api project(':mutatio')
api project(':common-util:trie')
api project(':common-util:mutatio')
}

apply from: "$rootDir/gradle/publishing.gradle"
apply from: "$parent.projectDir/gradle/publishing.gradle"
24 changes: 9 additions & 15 deletions common-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.comroid</groupId>
<artifactId>common-util</artifactId>
<version>1.5.3-SNAPSHOT</version>
<name>common-util</name>
<version>1.5.5-SNAPSHOT</version>
<name>repo</name>
<description>Extensions to org.comroid:interfaces</description>
<url>https://github.com/comroid-git/common-util</url>
<url>https://github.com/comroid-git/repo</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
Expand All @@ -28,27 +28,27 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/comroid-git/common-util.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/common-util.git</developerConnection>
<url>https://github.com/comroid-git/common-util</url>
<connection>scm:git:git://github.com/comroid-git/repo.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/repo.git</developerConnection>
<url>https://github.com/comroid-git/repo</url>
</scm>
<dependencies>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>interfaces</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>trie</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>mutatio</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -57,11 +57,5 @@
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions dreadpool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
}

dependencies {
api project(":common-util")
api project(":common-util:common-util")
}

apply from: "$rootDir/gradle/publishing.gradle"
apply from: "$parent.projectDir/gradle/publishing.gradle"
22 changes: 8 additions & 14 deletions dreadpool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.comroid</groupId>
<artifactId>dreadpool</artifactId>
<version>0.10.0-SNAPSHOT</version>
<name>common-util</name>
<version>0.10.1-SNAPSHOT</version>
<name>repo</name>
<description>ThreadPools with interruptible tasks</description>
<url>https://github.com/comroid-git/common-util</url>
<url>https://github.com/comroid-git/repo</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
Expand All @@ -28,21 +28,21 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/comroid-git/common-util.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/common-util.git</developerConnection>
<url>https://github.com/comroid-git/common-util</url>
<connection>scm:git:git://github.com/comroid-git/repo.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/repo.git</developerConnection>
<url>https://github.com/comroid-git/repo</url>
</scm>
<dependencies>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>interfaces</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>common-util</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -51,11 +51,5 @@
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
18 changes: 12 additions & 6 deletions gradle/global.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ tasks.withType(Javadoc) {
}

sourceSets {
main.java.srcDirs = files("$rootDir/src/$artifactName/main/java")
main.resources.srcDirs = files("$rootDir/src/$artifactName/main/resources")
test.java.srcDirs = files("$rootDir/src/$artifactName/test/java")
test.resources.srcDirs = files("$rootDir/src/$artifactName/test/resources")
main.java.srcDirs = files("$parent.projectDir/src/$artifactName/main/java")
main.resources.srcDirs = files("$parent.projectDir/src/$artifactName/main/resources")
test.java.srcDirs = files("$parent.projectDir/src/$artifactName/test/java")
test.resources.srcDirs = files("$parent.projectDir/src/$artifactName/test/resources")
}

task sourcesJar(type: Jar) {
Expand Down Expand Up @@ -60,8 +60,13 @@ repositories {
}

dependencies {
if (project.name != 'interfaces')
api project(':interfaces')
if (project.name != 'interfaces') {
if (System.getenv().containsKey("TEAMCITY")) {
api project(':interfaces')
} else {
api project(':common-util:interfaces')
}
}

implementation 'com.google.flogger:flogger:0.5.1'

Expand All @@ -70,4 +75,5 @@ dependencies {
testImplementation 'junit:junit:4.13'
testImplementation 'org.easymock:easymock:4.1'
testImplementation 'org.codehaus.groovy:groovy:3.0.0-rc-2'
testImplementation 'com.google.flogger:flogger-system-backend:0.5.1'
}
2 changes: 1 addition & 1 deletion gradle/vars.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (canPublishToSonatype) {

if (canPublishToGitHub) {
ext {
githubRegistryUrl = uri("https://maven.pkg.github.com/${userbase.toLowerCase()}/${rootProject.name.toLowerCase()}")
githubRegistryUrl = uri("https://maven.pkg.github.com/${userbase.toLowerCase()}/${parent.name.toLowerCase()}")
githubUsername = getenv('GITHUB_USERNAME')
githubPassword = getenv('GITHUB_PASSWORD')
}
Expand Down
2 changes: 1 addition & 1 deletion interfaces/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ext {
projectDescription = "comroid Interfaces"
}

apply from: "$rootDir/gradle/publishing.gradle"
apply from: "$parent.projectDir/gradle/publishing.gradle"
18 changes: 6 additions & 12 deletions interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.comroid</groupId>
<artifactId>interfaces</artifactId>
<version>0.10.0-SNAPSHOT</version>
<name>common-util</name>
<version>0.10.2-SNAPSHOT</version>
<name>repo</name>
<description>comroid Interfaces</description>
<url>https://github.com/comroid-git/common-util</url>
<url>https://github.com/comroid-git/repo</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
Expand All @@ -28,9 +28,9 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/comroid-git/common-util.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/common-util.git</developerConnection>
<url>https://github.com/comroid-git/common-util</url>
<connection>scm:git:git://github.com/comroid-git/repo.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/repo.git</developerConnection>
<url>https://github.com/comroid-git/repo</url>
</scm>
<dependencies>
<dependency>
Expand All @@ -39,11 +39,5 @@
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions listnr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
}

dependencies {
api project(":common-util")
api project(":spellbind")
api project(":common-util:common-util")
api project(":common-util:spellbind")
}

apply from: "$rootDir/gradle/publishing.gradle"
apply from: "$parent.projectDir/gradle/publishing.gradle"
24 changes: 9 additions & 15 deletions listnr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.comroid</groupId>
<artifactId>listnr</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>common-util</name>
<version>0.10.0-SNAPSHOT</version>
<name>repo</name>
<description>Event Handling solution</description>
<url>https://github.com/comroid-git/common-util</url>
<url>https://github.com/comroid-git/repo</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
Expand All @@ -28,27 +28,27 @@
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/comroid-git/common-util.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/common-util.git</developerConnection>
<url>https://github.com/comroid-git/common-util</url>
<connection>scm:git:git://github.com/comroid-git/repo.git</connection>
<developerConnection>scm:git:ssh://github.com/comroid-git/repo.git</developerConnection>
<url>https://github.com/comroid-git/repo</url>
</scm>
<dependencies>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>interfaces</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>common-util</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>1.5.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.comroid</groupId>
<artifactId>spellbind</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.22.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -57,11 +57,5 @@
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions matrix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
}

dependencies {
api project(":common-util")
api project(":spellbind")
api project(":common-util:common-util")
api project(":common-util:spellbind")
}

apply from: "$rootDir/gradle/publishing.gradle"
apply from: "$parent.projectDir/gradle/publishing.gradle"
Loading