Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 28, 2024
1 parent 0baa855 commit 6b38a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
secrets: inherit

Publish:
if: always()
needs: [ Run-Tests ]
uses: eclipse-edc/.github/.github/workflows/technology-nightly.yml@main
secrets: inherit
Expand Down
11 changes: 2 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,17 @@ plugins {

val techAwsScmUrl: String by project
val techAwsScmConnection: String by project
val annotationProcessorVersion: String by project

buildscript {
dependencies {
val edcGradlePluginsVersion: String by project
classpath("org.eclipse.edc.edc-build:org.eclipse.edc.edc-build.gradle.plugin:${edcGradlePluginsVersion}")
val version: String by project
classpath("org.eclipse.edc.edc-build:org.eclipse.edc.edc-build.gradle.plugin:$version")
}
}

allprojects {
apply(plugin = "org.eclipse.edc.edc-build")

// configure which version of the annotation processor to use. defaults to the same version as the plugin
configure<org.eclipse.edc.plugins.autodoc.AutodocExtension> {
processorVersion.set(annotationProcessorVersion)
outputDirectory.set(project.layout.buildDirectory.asFile.get())
}

configure<org.eclipse.edc.plugins.edcbuild.extensions.BuildExtension> {
pom {
scmUrl.set(techAwsScmConnection)
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
group=org.eclipse.edc.aws
version=0.8.2-SNAPSHOT
# configure the build:
annotationProcessorVersion=0.8.2-SNAPSHOT
edcGradlePluginsVersion=0.8.2-SNAPSHOT
# used for publishing artifacts and plugins
techAwsScmConnection=scm:git:[email protected]:eclipse-edc/Technology-Aws.git
techAwsScmUrl=https://github.com/eclipse-edc/Technology-Aws.git

0 comments on commit 6b38a96

Please sign in to comment.