This commit is contained in:
Phillip Webb 2020-10-06 18:50:03 -07:00
parent c67d99f052
commit 2c487f7cb8
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if [[ $nextVersion != $snapshotVersion ]]; then
sed -i "s/version=$snapshotVersion/version=$nextVersion/" gradle.properties
git add gradle.properties > /dev/null
git commit -m"Next development version (v$nextVersion)" > /dev/null
fi;
fi
echo "DONE"

View File

@ -34,6 +34,7 @@ import org.springframework.util.unit.DataSize;
@ConfigurationProperties("spring.rsocket")
public class RSocketProperties {
@NestedConfigurationProperty
private final Server server = new Server();
public Server getServer() {