We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to integrate the Gradle Extension, I've realized that the interface has a typo which can be tricky to spot while setting the options:
geOptions() -> getOptions()
/** * Returns the map of service options. * * @return the map of service options. */ public MapProperty<String,String> geOptions() { return options; }
location:
nyx/modules/java/gradle/src/main/java/com/mooltiverse/oss/nyx/gradle/NyxExtension.java
Line 1840 in 57e8b58
Created a Pull-Request to address it here: #241
The text was updated successfully, but these errors were encountered:
fix: fix a typo in Gradle interfaces (method named geOptions, with a …
10a82f4
…missing T) #240
1591108
…missing T) #240 (#242)
Thanks a lot @alinturbut ,
I created another PR so I also updated the docs but the fix will be available as 2.4.7 as soon as the pipeline completes (just kicked as I'm writing)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
While trying to integrate the Gradle Extension, I've realized that the interface has a typo which can be tricky to spot while setting the options:
geOptions() -> getOptions()
location:
nyx/modules/java/gradle/src/main/java/com/mooltiverse/oss/nyx/gradle/NyxExtension.java
Line 1840 in 57e8b58
Created a Pull-Request to address it here: #241
The text was updated successfully, but these errors were encountered: