You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/develop/github-actions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Deploying your library to a [Maven](/develop/maven) repository makes it availabl
22
22
## Requirements
23
23
24
24
- Host your [open-source](/licensing/open-source) project on [GitHub](/develop/github).
25
-
- Contact an ImageJ admin on the [Image.sc Zulip](https://imagesc.zulipchat.com/) or the [Image.sc Forum](http://forum.image.sc/) and request that they add the authentication secrets for deployment to your organization.
25
+
- Contact a SciJava admin (@ctrueden, @hinerm, @tpietzsch) on the [Image.sc Zulip](https://imagesc.zulipchat.com/) or the [Image.sc Forum](http://forum.image.sc/) and request that they add the authentication secrets for deployment to your organization.
Copy file name to clipboardExpand all lines: _pages/develop/gradle.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ If, for some reason, you have a gradle managed project instead of a maven projec
20
20
Suppose that you have a gradle project with minimal dependencies and you want to upload the resulting built jar to scijava maven. First you need to host your project on github, and your github organisation needs to be allowed to deploy on scijava maven:
21
21
22
22
- Host your [open-source](/licensing/open-source) project on [GitHub](/develop/github).
23
-
- Contact an ImageJ admin in [Gitter](/discuss/chat#gitter) or [the Image.sc Forum](http://forum.image.sc/) and request that they add the authentication secrets for deployment to your organization.
23
+
- Contact a SciJava admin (@ctrueden, @hinerm, @tpietzsch) on the [Image.sc Zulip](https://imagesc.zulipchat.com/) or the [Image.sc Forum](http://forum.image.sc/) and request that they add the authentication secrets for deployment to your organization.
24
+
24
25
25
26
Then you need to amend your build script and add a github workflow, as specified below:
26
27
@@ -138,9 +139,9 @@ You will need to change the version number manually, and also run the github pub
138
139
139
140
If you want to see a project which uses all of this, have a look at [https://github.com/BIOP/qupath-extension-warpy](https://github.com/BIOP/qupath-extension-warpy)
140
141
141
-
## Consuming ImageJ artifact in a Gradle build.gradle script
142
+
## Consuming a SciJava artifact in a Gradle build.gradle script
142
143
143
-
The ImageJ core artifacts are built with Maven, but can also be consumed in a Gradle build script.
144
+
The core artifacts in the SciJava software stack (e.g. [SciJava](/libs/scijava), [ImgLib2](/libs/imglib2), [ImageJ2](/software/imagej2), [SCIFIO](/libs/scifio), [Fiji](/software/fiji)) are built with [Maven](maven), but can also be consumed in a Gradle build script.
144
145
145
146
Contributed<sup>[1](https://github.com/imagej/tutorials/issues/24)</sup> by {% include person id='reckbo' %}
0 commit comments