Skip to content

Commit

Permalink
Breh
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed May 7, 2024
1 parent 3ec3f0c commit 565ade1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
apply plugin: 'maven-publish'
plugins {
id 'java'
id 'java-library'
id 'maven-publish'
}

group 'io.github.ultreon.corelibs'
group 'dev.ultreon.corelibs'
version '0.3.0'

mkdir("${rootProject.projectDir}/.mvnrepo")
apply plugin: 'java'
apply plugin: "java-library"

subprojects {
apply plugin: 'java'
apply plugin: "java-library"
apply plugin: 'maven-publish'

group 'io.github.ultreon.corelibs'
group 'dev.ultreon.corelibs'

archivesBaseName = "corelibs-$project.name"

Expand Down
3 changes: 0 additions & 3 deletions io-v0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ plugins {
id 'java'
}

group = 'io.github.ultreon.corelibs'
version = '0.2.0'

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 565ade1

Please sign in to comment.