Skip to content

Commit

Permalink
Update build plugins and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunye committed Sep 27, 2024
1 parent 7f6da59 commit 73a7cad
Show file tree
Hide file tree
Showing 11 changed files with 412 additions and 434 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
**/.AppleDouble
**/.LSOverride
**/.java-version
**/.tool-versions

# Icon must end with two \r
**/Icon
Expand Down Expand Up @@ -117,6 +118,7 @@
**/dependency-reduced-pom.xml
**/buildNumber.properties
**/.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

### Others

Expand Down
7 changes: 4 additions & 3 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
# 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.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# -rf json -rff /root/ws/benchmarks/results/${FILENAME}
#

FROM maven:alpine
FROM maven:3.8.6-openjdk-11

ENV NEOEMF_HOME /root/ws
VOLUME $NEOEMF_HOME
Expand Down
Loading

0 comments on commit 73a7cad

Please sign in to comment.