diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 752c77c..ac499ec 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,21 +1,6 @@ -# -# Copyright 2019 Ugljesa Jovanovic -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - +#Mon Nov 11 15:13:29 MSK 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/sample/webpack.config.d/devServer.config.js b/sample/webpack.config.d/devServer.config.js index c4d84c0..7ceedfc 100644 --- a/sample/webpack.config.d/devServer.config.js +++ b/sample/webpack.config.d/devServer.config.js @@ -1,7 +1,7 @@ config.devServer = config.devServer || {} config.devServer.port = 8081 config.devServer.open = false -config.devServer.watchOptions = { - "aggregateTimeout": 1000, - "poll": 1000 -} \ No newline at end of file +//config.devServer.watchOptions = { +// "aggregateTimeout": 1000, +// "poll": 1000 +//} \ No newline at end of file