Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
version-pattern: "^\\d+\\.\\d+\\.\\d+-SNAPSHOT$"
names: |
plus.sourceplus.protocol
plus.sourceplus.protocol-jvm
plus.sourceplus.protocol-js

- name: Publish New Snapshot Packages
if: github.ref == 'refs/heads/master'
Expand Down
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ dependencies {
testImplementation("junit:junit:4.13.2")

annotationProcessor("io.vertx:vertx-codegen:$vertxVersion:processor")
kapt(findProject("codegen") ?: project(":protocol:codegen"))
}

tasks.withType<JavaCompile> {
Expand Down Expand Up @@ -124,7 +123,3 @@ spotless {
licenseHeader(formattedLicenseHeader)
}
}

kapt {
annotationProcessor("spp.protocol.codegen.ProtocolCodeGenProcessor")
}
15 changes: 0 additions & 15 deletions codegen/build.gradle.kts

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ pluginManagement {
}

rootProject.name = 'protocol'

include "codegen"