Skip to content

Commit 1a012df

Browse files
authored
Disabled the Javadocs (#77)
2 parents 87ad293 + 9c93b2e commit 1a012df

2 files changed

Lines changed: 0 additions & 44 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66

77
permissions:
88
contents: write
9-
pages: write
10-
id-token: write
119

1210
concurrency:
1311
group: "pages"
@@ -67,18 +65,3 @@ jobs:
6765
1.20.x
6866
1.21.x
6967
files: target/CloudnodeMSG-${{ steps.version.outputs.VERSION }}.jar
70-
71-
- name: Generate Javadoc
72-
run: mvn -B javadoc:javadoc --file pom.xml
73-
74-
- name: Setup Pages
75-
uses: actions/configure-pages@v4
76-
77-
- name: Upload artifact
78-
uses: actions/upload-pages-artifact@v3
79-
with:
80-
path: target/site/apidocs
81-
82-
- name: Deploy to GitHub Pages
83-
id: deployment
84-
uses: actions/deploy-pages@v4

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,6 @@
2727
<target>${java.version}</target>
2828
</configuration>
2929
</plugin>
30-
<plugin>
31-
<groupId>org.apache.maven.plugins</groupId>
32-
<artifactId>maven-shade-plugin</artifactId>
33-
<version>3.6.1</version>
34-
<executions>
35-
<execution>
36-
<phase>package</phase>
37-
<goals>
38-
<goal>shade</goal>
39-
</goals>
40-
<configuration>
41-
<createDependencyReducedPom>false</createDependencyReducedPom>
42-
</configuration>
43-
</execution>
44-
</executions>
45-
</plugin>
46-
<plugin>
47-
<groupId>org.apache.maven.plugins</groupId>
48-
<artifactId>maven-javadoc-plugin</artifactId>
49-
<version>3.12.0</version>
50-
<configuration>
51-
<links>
52-
<link>https://jd.papermc.io/paper/1.20/</link>
53-
<link>https://jd.advntr.dev/api/4.15.0/</link>
54-
</links>
55-
</configuration>
56-
</plugin>
5730
</plugins>
5831
<resources>
5932
<resource>

0 commit comments

Comments
 (0)