diff --git a/gradle.properties b/gradle.properties index 5c06d51..ce0c6a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.0.3 \ No newline at end of file +version=0.1.0 \ No newline at end of file diff --git a/plugins/build.gradle b/plugins/build.gradle index 644098c..636f0c6 100644 --- a/plugins/build.gradle +++ b/plugins/build.gradle @@ -1,7 +1,7 @@ /* * Copyright 2023-, Stellenbosch University, South Africa * Copyright 2024, Evaluacion y Desarrollo de Negocios, Spain - + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -17,6 +17,7 @@ plugins { id "java" + id "io.nextflow.nf-build-plugin" version "1.0.1" } diff --git a/plugins/nf-nomad/build.gradle b/plugins/nf-nomad/build.gradle index a62f1e6..4c007ee 100644 --- a/plugins/nf-nomad/build.gradle +++ b/plugins/nf-nomad/build.gradle @@ -1,6 +1,6 @@ /* - * Copyright 2023, Stellenbosch University, South Africa - * Copyright 2022, Center for Medical Genetics, Ghent + * Copyright 2023-, Stellenbosch University, South Africa + * Copyright 2024, Evaluacion y Desarrollo de Negocios, Spain * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/nf-nomad/src/resources/META-INF/MANIFEST.MF b/plugins/nf-nomad/src/resources/META-INF/MANIFEST.MF new file mode 100644 index 0000000..ec63f61 --- /dev/null +++ b/plugins/nf-nomad/src/resources/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Plugin-Id: nf-hello +Plugin-Version: 0.1.0 +Plugin-Class: nextflow.nomad.NomadPlugin +Plugin-Provider: nextflow +Plugin-Requires: >=24.01.0-edge diff --git a/settings.gradle b/settings.gradle index bc172ca..832c3d6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ /* - * Copyright 2023, Stellenbosch University, South Africa - * Copyright 2022, Center for Medical Genetics, Ghent + * Copyright 2023-, Stellenbosch University, South Africa + * Copyright 2024, Evaluacion y Desarrollo de Negocios, Spain * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.