mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2026-06-04 09:06:54 +00:00
compiles again
This commit is contained in:
+8
-3
@@ -2,11 +2,11 @@ plugins {
|
||||
java
|
||||
`maven-publish`
|
||||
idea
|
||||
id("dev.plex.module") version "1.1"
|
||||
id("dev.plex.module") version "1.2"
|
||||
}
|
||||
|
||||
group = "dev.plex"
|
||||
version = "1.7"
|
||||
version = "2.0"
|
||||
description = "Module-HTTPD"
|
||||
|
||||
repositories {
|
||||
@@ -25,10 +25,15 @@ repositories {
|
||||
}
|
||||
|
||||
maven {
|
||||
name = "codemc"
|
||||
url = uri("https://repo.codemc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
|
||||
plexModule {
|
||||
includeRepository("codemc")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.projectlombok:lombok:1.18.46")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.46")
|
||||
@@ -84,4 +89,4 @@ publishing {
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user