Skip to content

Commit

Permalink
Remove redhorizon-async subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Feb 2, 2024
1 parent d308f19 commit ced4405
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 260 deletions.
17 changes: 0 additions & 17 deletions redhorizon-async/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions redhorizon-classic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ description = 'Code that bridges the classic C&C file formats for use with the R
year = '2007'

dependencies {
implementation project(':redhorizon-async')
implementation project(':redhorizon-engine')
implementation project(':redhorizon-events')
implementation project(':redhorizon-filetypes')
Expand All @@ -35,7 +34,6 @@ dependencies {
shadowJar {
archiveClassifier.set('')
dependencies {
include(project(':redhorizon-async'))
include(project(':redhorizon-engine'))
include(project(':redhorizon-events'))
include(project(':redhorizon-filetypes'))
Expand All @@ -49,7 +47,6 @@ groovydoc {
here, and serve as working examples for other programmers.
''')
// Can't link to these until they get published on maven central themselves
// link("https://javadoc.io/doc/nz.net.ultraq.redhorizon/redhorizon-async/${version}/", 'nz.net.ultraq.redhorizon.async.')
// link("https://javadoc.io/doc/nz.net.ultraq.redhorizon/redhorizon-events/${version}/", 'nz.net.ultraq.redhorizon.events.')
// link("https://javadoc.io/doc/nz.net.ultraq.redhorizon/redhorizon-filetypes/${version}/", 'nz.net.ultraq.redhorizon.filetypes.')
}
Expand Down
9 changes: 4 additions & 5 deletions redhorizon-engine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
/*
* Copyright 2016, Emanuel Rabina (http://www.ultraq.net.nz/)
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -17,7 +17,6 @@
description = 'Core rendering engine for Red Horizon'

dependencies {
api project(':redhorizon-async')
implementation project(':redhorizon-events')
implementation project(':redhorizon-filetypes')
implementation platform("org.lwjgl:lwjgl-bom:${lwjglVersion}")
Expand Down
9 changes: 4 additions & 5 deletions redhorizon-filetypes/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
/*
* Copyright 2015, Emanuel Rabina (http://www.ultraq.net.nz/)
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -18,6 +18,5 @@ description = 'Filetypes module for the Red Horizon project'

dependencies {
api 'org.reflections:reflections:0.10.2'
implementation project(':redhorizon-async')
implementation project(':redhorizon-events')
}
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
rootProject.name = 'redhorizon'

include(
'redhorizon-async',
'redhorizon-classic',
'redhorizon-cli',
'redhorizon-engine',
Expand Down

0 comments on commit ced4405

Please sign in to comment.