Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
JAVA_VERSION: 17
MAVEN_CLI_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false --batch-mode -Dlicense.skip=true
MAVEN_COMPILE_ARGS: clean install -Dmaven.test.skip -Dmaven.assembly.skip=true -Dmaven.source.skip -Pskip-spark-runtimes
MAVEN_SCALADOC_ARGS: generate-sources scala:doc-jar
MAVEN_SCALADOC_ARGS: generate-sources scala:doc-jar javadoc:jar -Psite
MAVEN_JAVADOC_ARGS: generate-sources javadoc:jar -Psite

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/**
* Java helper class to set file system storage configuration options in a SimpleFeatureType.
* <p/>
* <p>
* Scala users may prefer the implicits provided by
* `org.locationtech.geomesa.fs.storage.common.RichSimpleFeatureType`
*
Expand Down
Loading