Skip to content
Snippets Groups Projects

Add module-info.java to sdg-core

Merged David Olmos Garrido requested to merge sdg-core-module into develop

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
11 11
12 <build>
13 <pluginManagement>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-compiler-plugin</artifactId>
18 <version>3.8.1</version>
19 <configuration>
20 <source>11</source>
21 <target>11</target>
22 </configuration>
23 </plugin>
24 </plugins>
25 </pluginManagement>
26 </build>
  • Carlos Galindo added 1 commit

    added 1 commit

    • cee5bb58 - Add comment explaining the version requirement for modules

    Compare with previous version

  • Carlos Galindo mentioned in commit 2944eb06

    mentioned in commit 2944eb06

  • Please register or sign in to reply
    Loading