Commit 2c487f7c authored by Phillip Webb's avatar Phillip Webb

Polish

parent c67d99f0
...@@ -43,7 +43,7 @@ if [[ $nextVersion != $snapshotVersion ]]; then ...@@ -43,7 +43,7 @@ if [[ $nextVersion != $snapshotVersion ]]; then
sed -i "s/version=$snapshotVersion/version=$nextVersion/" gradle.properties sed -i "s/version=$snapshotVersion/version=$nextVersion/" gradle.properties
git add gradle.properties > /dev/null git add gradle.properties > /dev/null
git commit -m"Next development version (v$nextVersion)" > /dev/null git commit -m"Next development version (v$nextVersion)" > /dev/null
fi; fi
echo "DONE" echo "DONE"
......
...@@ -34,6 +34,7 @@ import org.springframework.util.unit.DataSize; ...@@ -34,6 +34,7 @@ import org.springframework.util.unit.DataSize;
@ConfigurationProperties("spring.rsocket") @ConfigurationProperties("spring.rsocket")
public class RSocketProperties { public class RSocketProperties {
@NestedConfigurationProperty
private final Server server = new Server(); private final Server server = new Server();
public Server getServer() { public Server getServer() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment