Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert committed Sep 26, 2022
1 parent dade40f commit 31cf79c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
java-version: "18"
distribution: "temurin"
cache: maven
server-id: ossrh
server-username: OSSRH_USERNAME
server-password: OSSRH_PASSWORD

- name: Cache local Maven repository
uses: actions/cache@v2
Expand All @@ -35,7 +32,4 @@ jobs:
${{ runner.os }}-maven-
- name: Maven Verify
run: mvn --batch-mode --settings release/m2-settings.xml verify
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
run: mvn --batch-mode verify
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
@Builder
public class GoFeatureFlagProviderOptions {

public GoFeatureFlagProviderOptions() {

}

/**
* (mandatory) endpoint contains the DNS of your GO Feature Flag relay proxy
* example: https://mydomain.com/gofeatureflagproxy/
Expand Down

0 comments on commit 31cf79c

Please sign in to comment.