Skip to content

Commit

Permalink
build: WiP
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed Sep 30, 2024
1 parent a89aea7 commit 9010124
Show file tree
Hide file tree
Showing 114 changed files with 1,423 additions and 861 deletions.
7 changes: 2 additions & 5 deletions example-apps/swirlds-platform-base-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
* limitations under the License.
*/

plugins {
id("application")
id("com.hedera.gradle.platform")
}
plugins { id("com.hedera.gradle.module.application") }

mainModuleInfo {
annotationProcessor("com.swirlds.config.processor")
annotationProcessor("com.google.auto.service.processor")
runtimeOnly("com.swirlds.config.impl")
}

application.mainClass.set("com.swirlds.platform.base.example.Application")
application.mainClass = "com.swirlds.platform.base.example.Application"
2 changes: 1 addition & 1 deletion gradle/aggregation/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.hedera.gradle.reports")
id("com.hedera.gradle.report.code-coverage")
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions gradle/development-branch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
develop
1 change: 1 addition & 0 deletions gradle/jdk-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21.0.4
327 changes: 0 additions & 327 deletions gradle/plugins/src/main/kotlin/com.hedera.gradle.java.gradle.kts

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9010124

Please sign in to comment.