Skip to content

Commit

Permalink
project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Feb 2, 2024
1 parent 10a4c9c commit 8489837
Show file tree
Hide file tree
Showing 45 changed files with 8 additions and 6,353 deletions.
14 changes: 6 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@
*/

plugins {
application
`java-library`
`maven-publish`
signing
kotlin("jvm")
}

group = "org.openbase"
description = "PlanetSudo is a reactive multi agent simulation game. This package can be used to prototype the artificial intelligence for a new team."


repositories {
mavenLocal()
maven {
url = uri("https://repo.maven.apache.org/maven2/")
}
mavenCentral()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
mavenCentral()
}

dependencies {
Expand All @@ -26,10 +28,6 @@ dependencies {
testImplementation(libs.junit.junit)
}

group = "org.openbase"
version = "4.0.0-SNAPSHOT"
description = "PlanetSudo is a reactive multi agent simulation game. This package can be used to prototype the artificial intelligence for a new team."

publishing {
publications.create<MavenPublication>("maven") {
from(components["java"])
Expand Down
33 changes: 0 additions & 33 deletions doc/javadoc/allclasses-frame.html

This file was deleted.

33 changes: 0 additions & 33 deletions doc/javadoc/allclasses-noframe.html

This file was deleted.

142 changes: 0 additions & 142 deletions doc/javadoc/constant-values.html

This file was deleted.

142 changes: 0 additions & 142 deletions doc/javadoc/deprecated-list.html

This file was deleted.

Loading

0 comments on commit 8489837

Please sign in to comment.