File tree Expand file tree Collapse file tree
windowsapi-code-generator
src/main/java/net/codecrete/windowsapi/writer
windowsapi-gradle-plugin/windowsapi-gradle-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 echo "JAVA_HOME=$JAVA_HOME_25_X64" >> "$GITHUB_ENV"
5454 echo "$JAVA_HOME_25_X64/bin" >> "$GITHUB_PATH"
5555 - name : Generate full Windows API
56- run : java -- class-path windowsapi-code-generator/target/test-classes:windowsapi-code-generator/target/code-generator-0.8.3 .jar net.codecrete.windowsapi.special.FullBuild integration-tests/full-build/src/main/java
56+ run : java -Djava.library.path=C:/Users -- class-path windowsapi-code-generator/target/test-classes:windowsapi-code-generator/target/code-generator-0.8.4-SNAPSHOT .jar net.codecrete.windowsapi.special.FullBuild integration-tests/full-build/src/main/java
5757 - name : Build full Windows API
5858 run : mvn package
5959 working-directory : ./integration-tests/full-build
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
66 alias(libs.plugins.kotlin.jvm) version " 2.3.0"
77
8- id(" net.codecrete.windows-api" ) version " 0.8.3 "
8+ id(" net.codecrete.windows-api" ) version " 0.8.4-SNAPSHOT "
99
1010 // Java support
1111 java
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id " net.codecrete.windows-api" version " 0.8.3 "
3+ id " net.codecrete.windows-api" version " 0.8.4-SNAPSHOT "
44}
55
66group = ' org.example'
Original file line number Diff line number Diff line change 44
55 <groupId >net.codecrete.windows-api</groupId >
66 <artifactId >messagebox-example</artifactId >
7- <version >0.8.3 </version >
7+ <version >0.8.4-SNAPSHOT </version >
88 <packaging >jar</packaging >
99
1010 <name >messagebox</name >
2323 <plugin >
2424 <groupId >net.codecrete.windows-api</groupId >
2525 <artifactId >windowsapi-maven-plugin</artifactId >
26- <version >0.8.3 </version >
26+ <version >0.8.4-SNAPSHOT </version >
2727 <executions >
2828 <execution >
2929 <goals >
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
33
4- id " net.codecrete.windows-api" version " 0.8.3 "
4+ id " net.codecrete.windows-api" version " 0.8.4-SNAPSHOT "
55}
66
77repositories {
Original file line number Diff line number Diff line change 2121 <plugin >
2222 <groupId >net.codecrete.windows-api</groupId >
2323 <artifactId >windowsapi-maven-plugin</artifactId >
24- <version >0.8.3 </version >
24+ <version >0.8.4-SNAPSHOT </version >
2525 <executions >
2626 <execution >
2727 <goals >
Original file line number Diff line number Diff line change 44
55 <groupId >net.codecrete.windows-api</groupId >
66 <artifactId >user_notification</artifactId >
7- <version >0.8.3 </version >
7+ <version >0.8.4-SNAPSHOT </version >
88 <packaging >jar</packaging >
99
1010 <name >user_notification</name >
2222 <plugin >
2323 <groupId >net.codecrete.windows-api</groupId >
2424 <artifactId >windowsapi-maven-plugin</artifactId >
25- <version >0.8.3 </version >
25+ <version >0.8.4-SNAPSHOT </version >
2626 <executions >
2727 <execution >
2828 <goals >
Original file line number Diff line number Diff line change 44
55 <groupId >net.codecrete.windows-api</groupId >
66 <artifactId >user_notification</artifactId >
7- <version >0.8.3 </version >
7+ <version >0.8.4-SNAPSHOT </version >
88 <packaging >jar</packaging >
99
1010 <name >user_notification</name >
9393 <plugin >
9494 <groupId >net.codecrete.windows-api</groupId >
9595 <artifactId >windowsapi-maven-plugin</artifactId >
96- <version >0.8.3 </version >
96+ <version >0.8.4-SNAPSHOT </version >
9797 <executions >
9898 <execution >
9999 <goals >
Original file line number Diff line number Diff line change 44
55 <groupId >net.codecrete.windows-api</groupId >
66 <artifactId >full-build</artifactId >
7- <version >0.8.3 </version >
7+ <version >0.8.4-SNAPSHOT </version >
88
99 <packaging >jar</packaging >
1010 <name >full-build</name >
Original file line number Diff line number Diff line change 44
55 <groupId >net.codecrete.windows-api</groupId >
66 <artifactId >windows-api-tests</artifactId >
7- <version >0.8.3 </version >
7+ <version >0.8.4-SNAPSHOT </version >
88 <packaging >jar</packaging >
99
1010 <name >Windows API Tests</name >
6161 <plugin >
6262 <groupId >net.codecrete.windows-api</groupId >
6363 <artifactId >windowsapi-maven-plugin</artifactId >
64- <version >0.8.3 </version >
64+ <version >0.8.4-SNAPSHOT </version >
6565 <executions >
6666 <execution >
6767 <goals >
You can’t perform that action at this time.
0 commit comments