Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed May 17, 2023
1 parent 29fd3a9 commit b78a84b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}
// Generate sources and javadocs jars when building and publishing
withSourcesJar()
withJavadocJar()
//withJavadocJar()
}

tasks.withType(JavaCompile).configureEach {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
* interpolation code was from website below, but BauerCam also uses this code.
*
* @author mchorse
* @link http://paulbourke.net/miscellaneous/interpolation/
* @link https://github.com/daipenger/BauerCam
* @see <a href="http://paulbourke.net/miscellaneous/interpolation/">Interpolations</a>
*/
public class Interpolations {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Variable class
* <p>
* This class is responsible for providing a mutable {@link IValue}
* This class is responsible for providing a mutable {@link com.cleanroommc.modularui.api.IValue}
* which can be modifier during runtime and still getting referenced in
* the expressions parsed by {@link MathBuilder}.
* <p>
Expand Down

0 comments on commit b78a84b

Please sign in to comment.