Skip to content

Commit

Permalink
fuck it, nuke docs
Browse files Browse the repository at this point in the history
like anyone cares
  • Loading branch information
zeruth committed Jan 27, 2024
1 parent bbedf9e commit 9655e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
23 changes: 2 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<glslang.path></glslang.path>

<rs.version>219</rs.version>
<!--HotLite-->
<kotlin.version>1.9.22</kotlin.version>
</properties>

<licenses>
Expand Down Expand Up @@ -232,27 +234,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<!-- Javadoc the delombok sources -->
<sourcepath>${project.build.directory}/delombok</sourcepath>
<sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/kotlin</sourcepath>
</configuration>
<!-- maven-release-plugin runs maven-javadoc-plugin:jar as one of its
release steps, so we will run it as well for the CI. Note this
defaults to disabled due to the maven.javadoc.skip property above. -->
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down
1 change: 0 additions & 1 deletion runelite-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<git.commit.id.abbrev>nogit</git.commit.id.abbrev>
<git.dirty>false</git.dirty>
<shade.skip>false</shade.skip>
<kotlin.version>1.9.22</kotlin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 9655e3b

Please sign in to comment.