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
@@ -18,22 +17,37 @@ You can download a precompiled version from the https://github.com/asciidoctor/g
18
17
19
18
== Build from source
20
19
20
+
.With sbt
21
21
----
22
-
sbt clean package
22
+
sbt assembly
23
23
----
24
24
25
-
The built package is located at `target/scala-{scala-version}/gitbucket-{gitbucket-bincompat-version-hyphens}-asciidoctor-plugin_{scala-version}-{plugin-version}.jar`.
26
-
25
+
.Or with GNU Make
27
26
----
28
-
sbt assembly
27
+
make build
29
28
----
30
29
31
-
This makes the assembly package `target/scala-{scala-version}/gitbucket-{gitbucket-bincompat-version}-asciidoctor-plugin-assembly-{plugin-version}.jar` for deployment.
30
+
You will find the packages plugin under `target/scala_2.12/gitbucket-asciidoctor-plugin-gitbucket_{gitbucket-bincompat-version}-{plugin-version}.jar`
32
31
33
32
34
33
== Installation
35
34
36
-
Download `gitbucket-{gitbucket-bincompat-version}-asciidoctor-plugin-assembly-{plugin-version}.jar` or build the assembly package JAR file from source and copy it into `GITBUCKET_HOME/plugins`. If you have older versions of this plugin in this directory, you must delete them. Then restart GitBucket. That's it.
0 commit comments